Yeoman generator for Gradle + React + Browserify + SASS
- Install
npm install -g generator-gradle-react
- In your project directory:
yo gradle-react
- Specify the app name. This will create a folder for the project
- Specify the package name. All appropriate packages will be created for you
cd
to the project folder.- OPTIONAL : Install gradle wrapper:
gradle wrapper
- Run the webapp:
./gradlew bootRun
- Navigate to:
http://localhost:9000