You will need to have Node.js installed. Optionally install yarn
Clone this repo and Install the dependencies...
yarn
...then start Webpack DevServer:
yarn start
Navigate to localhost:5000. You should see your app running. Edit files in src
, save it, and reload the page to see your changes.