Minimalistic boilerpate for a React project.
- Webapck 4
- LESS
- Webpack Dev Server for hot reloading.
- ESLint to lint your JS.
- Stylelint to lint your Less.
- Electron to build a desktop app.
- Clone or download repository.
npm start
to run the webapp in development mode.npm run build
to build the web app for production.
npm run lint
to lint JS files.npm run stylelint
to lint Less files.electron:dist:mac
to build a desktop app for Mac.electron:dist:win
to build a desktop app for the Windows platform.