Add .bin/install.js Updated README.md
This commit is contained in:
parent
ae301e44f4
commit
0ddea7c1c6
5 changed files with 77 additions and 23 deletions
33
README.md
Normal file
33
README.md
Normal 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>
|
||||
|
||||

|
||||

|
||||
[](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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue