A starting point for React & Redux applications built with TypeScript.
Install dependencies.
npm install
Create a local development server and recompile on file changes.
npm run dev
Run test suite.
npm test
Create a production build within the ./dist
directory.
npm run prod