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.
clone
yarn install
mkdir mongo_data
mkdir mongo_data/db
To run project you must run
yarn run mongod
to start a mongo instanceyarn run webpack
to start webpackyarn run dev-start
to start server (withbabel-node
)
yarn run build
yarn start