A Typescript project thats create a simple API with Node.js. Created with one route that prints a Hllo world:
In the project directory, you can run:
-
npm run dev: Runs the app in the development mode. Open localhost:3333 to view it in the browser.
-
npm run build: Build the app, changing ts configuration in js. Open de build folder to see de build.
-
npm run test: Run all the tests in the project
-
npm run start: Runs the app in the production mode.
- Babel
- Express
- Ts-node
- Prettier
- Eslint
- Jest