https://github.com/fiveisprime/react-boilerplate
https://github.com/fiveisprime/react-boilerplate
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fiveisprime/react-boilerplate
- Owner: fiveisprime
- Created: 2016-05-06T15:40:30.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-13T13:45:40.000Z (about 10 years ago)
- Last Synced: 2025-02-04T14:21:37.431Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
react-boilerplate
=================
## Production
`npm start`
## Development
`npm run dev`
View at http://localhost:8080
### Config
All constants go in `config/base.js` and environment specific configurations go
in the environment files `config/development.js` and `config/production.js`.