Seed repo for web app projects built on typescript/angular2/sass/go/neo4j stack, work in progress.
#Setup
- Install
Go
andNodeJs
- Run
npm install -g grunt-cli
npm install
grunt buildServer
grunt startDevServer #(or grunt winStartDevServer #if you're on windows)
grunt watchTypescript
- go to
http://localhost:8080
you should have no console errors in the browser and the web page should just have Hello written on it