A Complete Workflow Automation for Frontend Development using Webpack and Node Package Manager
- Node - Install >= 16.0.0
- Create a new project:
$ git clone [email protected]:iammuhit/frontend-workflow-webpack.git
- Rename the
.env.example
file to.env
- Run the Application:
$ npm install
$ npm run build
$ npm run start
- Access Website at
http://localhost:9000
$ npm run start
$ npm run watch
$ npm run build
$ npm run build --publish
$ npm rebuild