/mobile-seller-auth-v3

User Manager for Mobile Seller V3

Primary LanguageTypeScript

Webpack Configuration

Webpack 4 boilerplate with Babel, SASS, eslint, DevServer, HMR, Jest, Prettier and Performances and Optimization Techniques.

webpack

Requirements

nodejs

Download

Copy this project without git from terminal.

curl -L -o master.zip https://github.com/victors1681/webpack-boilerplate/archive/master.zip && unzip master.zip && rm master.zip

Installing

npm install

Development

Run the local webpack-dev-server on http://localhost:9000/

npm run dev

Deployment

Build the current application

npm run dist