Home

Awesome

loopback-redux-react-boilerplate

A boilerplate for a Redux-React application using LoopBack

Get Started

$ git clone https://github.com/tngan/loopback-redux-react-boilerplate.git
# npm
$ npm install
# yarn
$ yarn install
# npm
$ npm start
# yarn
$ yarn start

Scripts

Built-in example

A simple 'Hello World' Redux-React application is included in this boilerplate. You can find those files under /client.

Hot reloading is only applied in development mode. In production mode, the code base is pre-compiled and placed under .build/dist.

License

MIT

Copyright

Copyright (C) 2016 Tony Ngan, released under the MIT License.