/base-nodejs-express-gulp-project

Base project for Gulp, NodeJS

Primary LanguageTypeScript

base-nodejs-express-gulp-project

Requirements

  • NodeJs >=v16.14.1
  • Gulp build system: npm install gulp-cli --global

How to start

  • Run npm install to install all project dependencies from npm
  • Run gulp clean to clean build folder
  • Run gulp build to clean and build the project
  • Run gulp start to clean, build and start the server