Skip to content

CxSoftware/node-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-boilerplate

Node project boilerplate

What is this?

This project is a starting point for a project using:

Requirements

  • Node 12.x
  • Gulp: npm install -g gulp

Setup

  • Clone the project
  • Modify package.json
  • Run: npm install

Running tasks

  • Clean: gulp clean
  • Build: gulp build
  • Run tests: gulp test or just gulp

Running

node dist/main

Releases

No releases published

Packages

No packages published