Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 623 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 623 Bytes

reactpack

Minimalistic boilerpate for a React project.

Uses:

  1. Webapck 4
  2. LESS
  3. Webpack Dev Server for hot reloading.
  4. ESLint to lint your JS.
  5. Stylelint to lint your Less.
  6. Electron to build a desktop app.

Steps to setup:

  1. Clone or download repository.
  2. npm start to run the webapp in development mode.
  3. npm run build to build the web app for production.

In addition you can run

  1. npm run lint to lint JS files.
  2. npm run stylelint to lint Less files.
  3. electron:dist:mac to build a desktop app for Mac.
  4. electron:dist:win to build a desktop app for the Windows platform.