This is a simple project for learning and studying routes creation with node and typscript
- node
[https://nodejs.org/en/](Node.js)
- Clone the repo
git clone https://github.com/lucianoGG/node-typescript.git
- Install NPM packages
npm install
- Run service
npm run dev
- Run browser
http://localhost:3333