This is a demo and boilerplate repository to setup a Node project with TypeScript.
- Clone the project to your machine
[git clone https://github.com/Jordanirabor/node_typescript_project]
- Navigate into the diretory
[cd node_typescript_project]
- Install dependencies
[npm install]
- Run the application
[npm start]
- Open your browser and look at the output on
[http://localhost:3000]