项目作者: vladimirschneider

项目描述 :
✨ webpack, babel, postcss
高级语言: JavaScript
项目地址: git://github.com/vladimirschneider/frontend-boilerplate.git
创建时间: 2019-07-26T06:50:53Z
项目社区:https://github.com/vladimirschneider/frontend-boilerplate

开源协议:MIT License

下载


Webpack Frontend StarterKit

Quick start

  1. Clone this repo using git clone --depth=1 https://github.com/vladimirschneider/boilerplate.git <YOUR_PROJECT_NAME> or click on Use this template button on github
  2. Move to the appropriate directory: cd
  3. Run build

Scripts

Production

  1. npm run start:prod

Development

  1. npm run start:dev