node-base

Very Simple nodejs boilerplate (with )

![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-node-project ``` ### 2) Start development ``` npm run build:watch npm run test:watch ``` ### 3) Build ``` npm run build ``` ### 4) Run ``` npm run start ```