Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 668 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 668 Bytes

Frontend Development Workflow Automation

A Complete Workflow Automation for Frontend Development using Webpack and Node Package Manager

Requirements

Getting Started

  1. Create a new project:
$ git clone git@github.com:iammuhit/frontend-workflow-webpack.git
  1. Rename the .env.example file to .env
  2. Run the Application:
$ npm install
$ npm run build
$ npm run start
  1. Access Website at http://localhost:9000

Available Commands

$ npm run start
$ npm run watch
$ npm run build
$ npm run build --publish

Fix Dependencies

$ npm rebuild