Yeoman generator for a React app that runs atop Spring on Google App Engine
npm install generator-spring-gae-reactFirst, install Yeoman and generator-spring-gae-react using npm (we assume you have pre-installed node.js).
``bash`
npm install -g yo
npm install -g generator-spring-gae-react
Then generate your new project:
`bash`
yo spring-gae-react
It's always best to work on a generated project when updating. Each time you generate, do the following.
In this project directory
``
npm link
Then run this each time to generate a project
Note that this cleans your working directory, creates a new one, generates project and creates a local commit. The last part is important to help easily track your changes - you can compare your
local filesystem to the last commit and then know what updates you did.
Change the working dir to suit your environment.
``
WORKING_DIR=~/dev/3wks; cd $WORKING_DIR && rm -rf $WORKING_DIR/tmp/test-spring && mkdir $WORKING_DIR/tmp/test-spring && cd $WORKING_DIR/tmp/test-spring && yo spring-gae-react && git init && git add . && git commit -m "initial commit"
```
npm version patch
npm publish
git push
* Yeoman has a heart of gold.
* Yeoman is a person with feelings and opinions, but is very easy to work with.
* Yeoman can be too opinionated at times but is easily convinced not to be.
* Feel free to learn more about Yeoman.
MIT © 3wks
[npm-image]: https://badge.fury.io/js/generator-spring-gae-react.svg
[npm-url]: https://npmjs.org/package/generator-spring-gae-react
[travis-image]: https://travis-ci.org/3wks/generator-spring-gae-react.svg?branch=master
[travis-url]: https://travis-ci.org/3wks/generator-spring-gae-react
[daviddm-image]: https://david-dm.org/3wks/generator-spring-gae-react.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/3wks/generator-spring-gae-react