Skip to content
This repository was archived by the owner on Jan 18, 2023. It is now read-only.

Latest commit

 

History

History
37 lines (25 loc) · 1.05 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.05 KB

Skeleton for Node.js web applications

Getting started

$ git clone https://github.com/kvokov/node-web-starter.git my-app
$ cd my-app
$ npm install
$ npm start

That's it! 😎

NPM commands

$ npm start - Run in development mode

$ npm test - Run automated tests

$ npm run build - Make production build

License

"THE BEER-WARE LICENSE" (Revision 42):

DK wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return.