Created by Travis Ching Jia Yea
- Make sure that you have Node.js v8.15.1 and npm v5 or above installed.
- npm install
- modify webpack.base.babel environment plugin
- API_HOST: 'http://127.0.0.1:8080/api/'
- ASSET_HOST: 'http://127.0.0.1:8080/api/asset'
- PROJECT_HOST: 'http://127.0.0.1:8080/api/project'
- npm start
- NOTE: Do not commit your changes to the webpack.base.babel file and the package-lock.json file
- The Hitchhiker's 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.
This project is licensed under the MIT license, Copyright (c) 2019 Maximilian
Stoiber. For more information see LICENSE.md
.