Base template for a typescript app.
After cloning, init your project by running
npm init -y
and install the required eslint plugins by running
npm i
You can find the index.ts
file in the src
directory and the build file at scripts/build.js
.
You can build the project by running
npm run build
and start it by running
npm run start