Clone the Repository with command:git clone https://github.com/vped/game-app.git
Install the node_modules with command: npm install
Install Webpack server: npm install webpack-dev-server -g
Build the webpack using : npm run build
Start the Webpack-dev-server:npm start
Open the page in you browser, for instance this application starts on port 5000