npm i
npm run dev
Open the browser and navigate to http://localhost:3000
To compile the code from Typescript to Javascript run:
npm run build
The compiled code will be generated under /dist
Expand to see file tree
.
├── README.md
├── dist
│ ├── index.js
│ └── index.js.map
├── package-lock.json
├── package.json
├── src
│ └── index.ts
└── tsconfig.json