tiagoajacobi / base-nodejs-express-gulp-project

Base project for Gulp, NodeJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Base project for Gulp, NodeJS


Languages

Language:TypeScript 63.1%Language:JavaScript 36.9%