Work in progress
- React server side rendering with populating initial redux state.
- Automatic model creations in DB thanks to keystone.
- Automatic API endpoints for models. A model has to be enabled before endpoint is available.
- Using create-react-app for building optimised bundles.
- Environment variables starting with REACT_APP available at client.
cloneyarn installmkdir mongo_datamkdir mongo_data/db
To run project you must run
yarn run mongodto start a mongo instanceyarn run webpackto start webpackyarn run dev-startto start server (withbabel-node)
yarn run build
yarn start