ReactJS application template with basic routing (react-router: 4.2.0).
Typescript for scripting (tsconfig.json)
Tslint for linting (tslint.json)
webpack for builds (webpack.config.js)
Sass for styling
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Install node + npm
Using command prompt run: npm install
run npm start
run npm run server
If using Visual Studio Code, install the TSLint extension for linting
Or run from cmd: npx tslint -c tslint.json 'src/**/.ts*'*