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
- Host: GitHub
- URL: https://github.com/ivanstan/nodejs
- Owner: ivanstan
- Created: 2019-11-15T20:27:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T07:31:42.000Z (about 5 years ago)
- Last Synced: 2023-02-28T18:08:31.337Z (over 3 years ago)
- Topics: node-js, nodemon, typescript
- Homepage:
- Size: 231 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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%`