iammuhit / frontend-workflow-webpack

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:JavaScript 91.8%Language:Twig 5.2%Language:Shell 1.9%Language:SCSS 1.1%