Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.Prerequisites (Used Technologies)
Node.js v8.10.0 or above
Installation
To run App on Ububtu:
follow this commands$ cd {project_folder}/
$ npm install
$ npm start
start app via https://localhost:3000/
To run App on Windows
open project directory
open cmd and type this commands
$ npm install
$ npm start
start app via https://localhost:3000/