An open API service indexing awesome lists of open source software.

https://github.com/ivanstan/nodejs

Template for node.js projects in TypeScript with minimal build system, environment variables and nodemon
https://github.com/ivanstan/nodejs

node-js nodemon typescript

Last synced: about 2 months ago
JSON representation

Template for node.js projects in TypeScript with minimal build system, environment variables and nodemon

Awesome Lists containing this project

README

          

Project Name
===

Installation
---

Run `yarn` to install dependencies.

Available Scripts
---

* `yarn start`
* `yarn start:watch`
* `yarn build`
* `yarn prod`

Environment variables
---

Variables defined in `.env` will be available in `process.env.%variable%`