3.1.1 • Published 4 years ago

generator-spring-gae-react v3.1.1

Weekly downloads
38
License
MIT
Repository
github
Last release
4 years ago

generator-spring-gae-react NPM version Build Status Dependency Status

Yeoman generator for a React app that runs atop Spring on Google App Engine

Release history

See the Change Log.

Installation

First, install Yeoman and generator-spring-gae-react using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-spring-gae-react

Then generate your new project:

yo spring-gae-react

Development

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"

Publishing

npm version patch
npm publish
git push

To Do

Client

  • LESS
  • Autoprefixer
  • Minification
  • Hot Module Reloading
  • Add README doc to generated project
  • Generate favicon set
  • Split vendor and application bundles and use chunkhash
  • Compress images
  • Error handling + reporting

Server

  • Sample API endpoint
  • Sample frontend tests
  • Basic login and user management
  • Static ref data support

Getting To Know Yeoman

  • 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.

License

MIT © 3wks

3.1.1

4 years ago

3.1.0

4 years ago

3.0.0

4 years ago

2.0.16

6 years ago

2.0.15

6 years ago

2.0.14

6 years ago

2.0.13

6 years ago

2.0.12

6 years ago

2.0.11

6 years ago

2.0.10

6 years ago

2.0.9

6 years ago

2.0.8

6 years ago

2.0.7

6 years ago

2.0.6

6 years ago

2.0.5

6 years ago

2.0.4

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.1.10

6 years ago

1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.4

6 years ago

1.2.0

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

3.0.8

6 years ago