Note that you will need to have Node.js installed.
Install the dependencies...
npm install
You also need to start backend services
...then start webpack
npm run dev
Navigate to localhost:5050. You should see your app running. Edit a component file in src
, save it, the page should reload automatically.
To create a production optimised version of the app:
npm run build