A personal portfolio app that that has a list of projects I have accomplished
Online preview: https://tafang-portfolio.herokuapp.com/
These instructions will get you a copy of the project up and running on your local machine for further development.
Necessary tools to be installed:
- Node.js
- React-DOM
- React-Navigation
- React-Create-App
- Redux
- React-Redux
- gatsby
- npm 6.4.1
- Javascript (ES6)
- HTML5
- CSS3
git clone [email protected]:userman95/bookstore.git
npm start
follow to install the Heroku cli: https://devcenter.heroku.com/articles/heroku-cli
In Project directory:
Run: heroku create
Verify with: git remote -v
,
You can then doploy app to heroku with: git push heroku master
Provided you are in the master branch else run:git push heroku branch-name:master
\