SOAL capstone project
-
copy the repository URI from github (https://github.com/amalu-sajeev-me/bug-free-robot)
-
open terminal in your current working directory
-
type
git clone https://github.com/amalu-sajeev-me/bug-free-robot capstone
and hit Enter. -
now open the capstone directory in your favourite IDE ( visual studio code ).
-
open the integrated terminal
-
type
cd client && npm install && cd .. && npm install
and hit Enter.Now you can start coding..
- open terminal on your project directory (capstone).
- type
npm run dev
and Hit Enter.
viola .. ! your development server has started. you can now start coding and all the changes will be reflected on browser real-time.
you can use the live API at https://bug-free.herokuapp.com/ Demo