this repo is package for starting point of your new web application in using NodeJS framework
- express v4.16.4
- less v3.8.1
- less-watch-compiler v1.13.0
- sass v1.14.3
- webpack v4.25.1
- webpack-cli v3.1.2
- NodeJS - Download Here
- Git - Download Here
- Clone this repository using your git bash or command line
git clone https://github.com/private-ryan23/web-starter-pack-2018.git
- Run
npm install
- Express - to start a temporary server run
npm start
visit bwoser@ http://localhost:8000 - Webpack - minify script using webpack run
npm run webpack
- Less - minify css using less run
less-watch-compiler
- Sass - mini css using sass run
npm run sass
ornpm run scss
Thanks cloning my package happy coding..