/web-starter-pack-2018

this repo is package for starting new web application in using NodeJS framework

Primary LanguageJavaScript

web-starter-pack-2018

this repo is package for starting point of your new web application in using NodeJS framework

Included packages

  1. express v4.16.4
  2. less v3.8.1
  3. less-watch-compiler v1.13.0
  4. sass v1.14.3
  5. webpack v4.25.1
  6. webpack-cli v3.1.2

Requirements

  1. NodeJS - Download Here
  2. Git - Download Here

Installation

  1. Clone this repository using your git bash or command line git clone https://github.com/private-ryan23/web-starter-pack-2018.git
  2. Run npm install

Package Command

  1. Express - to start a temporary server run npm start visit bwoser@ http://localhost:8000
  2. Webpack - minify script using webpack run npm run webpack
  3. Less - minify css using less run less-watch-compiler
  4. Sass - mini css using sass run npm run sass or npm run scss

Thanks cloning my package happy coding..