A simple node base starting boilerplate
Find a file
2024-01-25 18:05:02 +01:00
.bin Fix install.js 2024-01-20 10:28:45 +01:00
src first commit 2024-01-20 08:10:38 +01:00
.gitignore Add .bin/install.js Updated README.md 2024-01-20 10:12:26 +01:00
package-blank.json Fix tests watch subfolders 2024-01-23 12:34:45 +01:00
package-lock.json first commit 2024-01-20 08:10:38 +01:00
package.json Add test command with --test-only parameter 2024-01-25 18:05:02 +01:00
README-blank.md Fix install.js 2024-01-20 10:28:45 +01:00
README.md Fix install.js 2024-01-20 10:28:45 +01:00
tsconfig.json first commit 2024-01-20 08:10:38 +01:00

node-base

Very Simple nodejs boilerplate (with )

Angular Contributions welcome License

Quick usage

1) Get your copy

npx github:thisloke/node-base my-node-project

2) Start development

 npm run build:watch
 npm run test:watch

3) Build

 npm run build

4) Run

 npm run start