Simple application example with with Angular2 and TypeScript. Custom components, pipes, services, etc.
##How to run
-
Clone this repo
-
Install Typesafe activator
-
Run application with
activator run
-
Optional For frontend developing install node webpack and npm dependencies with
npm install -g webpack && npm install
-
Optional Install webpack dev server with
npm install webpack-dev-server -g
-
Optional Run webpack builder with
npm run watcher
-
For testing run
npm test
for frontend testing &&sbt test
fro backend