generator-keystone-react
generator-keystone-react copied to clipboard
⚠️ Archived - Legacy Yeoman generator for a KeystoneJS / React.js boilerplate project
The last step in the installation sequence: `node keystone` results in `Cannot find module '../build/Release/bson'`. Attempting to start with `node keystone.js` or `npm start` produces same error. Page fails to...
Node Version: v6.9.1 actual node module dir: [project dir]/node_modules/bson/build/Release/nodec Could this issue be caused by the installation with out the proper versions? Here is the full error log. ``` Error:...
Maybe make this optional? @JedWatson
We should encourage users to load the cookie secret from an environment variable. See [dotenv](https://github.com/motdotla/dotenv) for an easy way to manage that.
- [ ] Functional tests that test the built-in route(s) and ensure that some content is being rendered. - [ ] Include eslint in the `npm test` run.
We should steal some of the good stuff from [Universal React Boilerplate](https://github.com/cloverfield-tools/universal-react-boilerplate).