/Thesis-Proj

Primary LanguageJavaScript

Tamplete ready to deploy on heroku

this is a tamplete ready to deploy on heroku

How to start

1- clone the repo, open terminal inside

2- npm install

3- cd client

4- npm install

5- cd ..

6- npm run dev "to run the app as local"

7- ctrl C

8- heroku login

9- heroku create

10- git status

11- git add .

12- git commit -m "watermelon"

13- git push origin master

14- git push heroku master

15- heroku open "it should open the landing page of react app"