项目作者: ronakjethwa

项目描述 :
React Webpack Boilerplate
高级语言: JavaScript
项目地址: git://github.com/ronakjethwa/react-webpack-boilerplate.git
创建时间: 2020-11-30T20:02:32Z
项目社区:https://github.com/ronakjethwa/react-webpack-boilerplate

开源协议:

下载


React Webpack Boilerplate Project

Config Details

  1. React
  2. Cypress
  3. Webpack
  4. Babel
  5. CSS
  6. CSS Modules
  7. PostCSS
  8. Sass
  9. SVG/PNG
  10. ESLint

    Building and running on localhost

First install dependencies:

  1. npm install

To run in hot module reloading mode:

  1. npm start

To create a production build:

  1. npm run build-prod

To create a development build:

  1. npm run build-dev

Running

Open the file dist/index.html in your browser

Testing

To run cypress:

  1. npm cypress:open