Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chriskalmar/node-project-template

🔨 A simple repo template to quickly bootstrap a new node project 🚀
https://github.com/chriskalmar/node-project-template

node node-starter node-starter-kit nodejs starter starter-kit template

Last synced: 5 days ago
JSON representation

🔨 A simple repo template to quickly bootstrap a new node project 🚀

Awesome Lists containing this project

README

        

# 🔨 node-project-template

A simple repo template to quickly bootstrap a new node project

## How to use

💻 run in dev watch mode:

```
npm run dev
```

🚀 run in production mode:

```
npm run start
```

🔬 run tests:

```
npm run test
```

🔬 run tests in watch mode:

```
npm run test-watch
```

🚿 clean up build folder:

```
npm run clean
```

🏗 build project:

```
npm run build
```

## License

MIT License