You need to set up your development before you can do anything. Install Node.js® and npm if they are not already on your machine.
Create new project folder and go to project directory
npm install
npm i @dvsl/[email protected]
Clone this project from GitHub.
Run the App inside the Webpack Dev Server:
# run in developement mode (refreshes the app on source code changes)
npm run babel
npm run dev
# builds the production version with client assets in "dist" directory
npm run build
When running in "dev" mode navigate to http://localhost:9001/ to see the application.
After executing the npm run build command, open local file "index.html" in your browser.
Check out a ready to use example on Github.