Make sure you have Node.js and NPM installed.
When installing Node.js NPM comes
with it.
-
Install all the dependencies by running
npm install
. -
If al the dependencies are installed you can run the program using the
npm start
command. -
This will start a
webpack-dev-server
that should open your default browser and load the URL http://localhost:8080/.
Please note: This project is only intended for development and testing purpose.