Project bootstrap using react-redux-boilerplate
Client App: https://nifty-turing-51f442.netlify.com
Admin App:https://nifty-turing-51f442.netlify.com/admin
Example business loan application process
- Make sure that you have Node.js v8.10 and npm v5 or above installed.
- Clone this repo using
git clone git@github.com:mouthzipper/a-loan.git
- Move to the appropriate directory:
cd a-loan
. - Run
npm/yarn install
in order to install dependencies.
At this point you can runnpm start
to see the example app athttp://localhost:3000
. - Start
Coding!
- The Hitchhikers Guide to
react-boilerplate
: An introduction for newcomers to this boilerplate. - Overview: A short overview of the included tools
- Commands: Getting the most out of this boilerplate
- Testing: How to work with the built-in test harness
- Styling: How to work with the CSS tooling
- Your app: Supercharging your app with Routing, Redux, simple asynchronicity helpers, etc.
- Troubleshooting: Solutions to common problems faced by developers.