An boilerplate for frontend apps using ReactJs with batteries included.
- [Node](https://nodejs.org) 4.x or better
- [React](http://facebook.github.io/react)
- [create-react-app](https://github.com/facebook/create-react-app)
- [Apollo GraphQL](https://www.apollographql.com)
Close this repository locally by:
git clone https://github.com/perminder-klair/kickoff-reactjs.git app
Start by installing dependencies:
yarn install
Once dependencies are installed, run with:
yarn start
Configuration file is located at .src/utils/config.js
To build for production
yarn run build