generator-keystone-react icon indicating copy to clipboard operation
generator-keystone-react copied to clipboard

⚠️ Archived - Legacy Yeoman generator for a KeystoneJS / React.js boilerplate project

Results 7 generator-keystone-react issues
Sort by recently updated
recently updated
newest added

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

enhancement

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.

bug

- [ ] Functional tests that test the built-in route(s) and ensure that some content is being rendered. - [ ] Include eslint in the `npm test` run.

enhancement

We should steal some of the good stuff from [Universal React Boilerplate](https://github.com/cloverfield-tools/universal-react-boilerplate).

enhancement