This is simple a Node.js template that is setup with Typescript, eslint, and ES6 language features.
To get a local copy up and running follow these simple steps.
To install dependencies run:
npm install
To run the project:
npm run dev
To generate a production build run:
npm run build
The above will generate a production build in a folder named build
which you can deploy.