This is a seed application with Play Framework 2, React.js and ES6 (ECMAScript 6, a.k.a. ES2015), using webpack and Babel
Prerequisite :
- Node.js and npm (or yarn)
- sbt
Usage :
- Install npm dependencies with
npm install - When running
sbt test,sbt distandsbt stage, webpack is also launched - During development, it is required to launch simultaneously
./node_modules/.bin/webpack --watch --mode=developmentandsbt run