Name: Dhafin Razaq Oktoyuzan
Matric. no: A0206418J
Website on: https://todoapp-cvwo.netlify.app/
- Clone this repo by running
git clone https://github.com/dhafinrazaq/todoapp.git
- In the directory, run
bundle install
to install all of the Gem dependencies - Run
rails s
to run the backend server - Open another terminal window
- In the new terminal window,
cd client
to go into theclient
(frontend) directory, and runnpm install
to install the npm dependencies - Run
npm start
to run the frontend client - Open
localhost:3000
(by default) on browser