******* Time Table Scheduling App *********
- Install Node.js & npm from the below link
https://nodejs.org/en/download/
or
$sudo apt-get update $sudo apt-get install build-essential $sudo apt-get install nodejs $sudo apt-get install npm
- after the installation check the version of node and npm by
$node -v
$npm -v
- Install yarn
$npm install -g yarn
- Clone the app by
$git clone [email protected]:nikhilfusion/timeTableSchduling.git
$cd timeTableSchduling
- Install the dependencies by
$yarn install
- Run the App by
$yarn start
- Open the app in browser: https://127.0.0.1:3000