Add .bin/install.js Updated README.md

This commit is contained in:
Lorenzo Iovino 2024-01-20 10:12:26 +01:00
parent ae301e44f4
commit 0ddea7c1c6
5 changed files with 77 additions and 23 deletions

33
README.md Normal file
View file

@ -0,0 +1,33 @@
<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
```