node-base/README.md
2024-01-20 10:12:26 +01:00

33 lines
No EOL
746 B
Markdown

<h1 align="center">
node-base
</h1>
<p style="font-size: 20px" align="center">Very Simple nodejs boilerplate (with <img width=30" src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Typescript_logo_2020.svg/1200px-Typescript_logo_2020.svg.png">)</p>
![Angular](https://img.shields.io/badge/Node-21-green.svg)
![Contributions welcome](https://img.shields.io/badge/contributions-welcome-green.svg)
[![License](https://img.shields.io/badge/license-ISC-blue.svg)](https://opensource.org/licenses/MIT)
## Quick usage
### 1) Get your copy
```
npx github:thisloke/node-base my-project
```
### 2) Start development
```
npm run build:watch
npm run test:watch
```
### 3) Build
```
npm run build
```
### 4) Run
```
npm run start
```