Base project for setting up a frontend application using Typescript and React. Heavily based off of Dan Abramov's React Transform Boilerplate.
- npm run init
After setting up the project, type npm start to start the Express dev server.
To compile the Javascript bundle for production, use npm run build.