This is the initial version of our starter project using React, TypeScript and Webpack to tie it all together.
$ npm install
$ cd client
$ npm install
$ cd ../server
$ npm install
$ cd client
$ npm run server:dev
Open http://localhost:8080
in your browser.
$ cd server
$ npm run server:dev
Open http://localhost:3000
in your browser.
$ cd client
$ npm run test
$ cd client
$ npm run test:watch
$ cd client
$ npm run cover
npm install
npm start
This runs a production-ready express server that serves up a bundled and minified version of the client.
Open http://localhost:8080
in your browser.
Copyright (c) 2016 rangle.io