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 covernpm install
npm startThis 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