Generated by OSS Project Generator.
A template for Express with Webpack and Browsersync
- Cloning the repo
git clone https://github.com/CesarDenis/express-webpack.git- Installing dependencies
npm install- Running scripts
| Action | Usage |
|---|---|
| Starting development mode | npm run dev |
| Linting code | npm run lint |