An open API service indexing awesome lists of open source software.

https://github.com/fiveisprime/react-boilerplate


https://github.com/fiveisprime/react-boilerplate

Last synced: 10 months ago
JSON representation

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`.