Starter kit for creating universal React applications.
- Apollo Client (separate branch: feature/apollo)
- Redux (separate branch: feature/redux)
$ npm install
Start development server:
$ npm run dev
Start production server:
$ npm run build && npm start
MIT © Richard Käll