Skip to content

Boilerplate for a React project: Webpack 4, Less, ESLint, Stylelint, Electron.

License

Notifications You must be signed in to change notification settings

craigdanj/reactpack

Repository files navigation

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.

About

Boilerplate for a React project: Webpack 4, Less, ESLint, Stylelint, Electron.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published