Bash 4.5+
Nodejs 10+
NPM 6+
- Clone this repository.
- Install dependencies
npm run setup
Application files will be in the /dist director
Linux: npm run build-linux
Windows: npm run build-windows
All: npm run build-all
This allows you to run the application stack without building the app.
npm run dev
- Wait for React to start the development server...
- Reload the application
CTRL+R