#Evan Parker's Portfolio
This is my personal web development portfolio, coded from scratch using React JS and Sass. It is a simple landing page, showing off my coding projects, skills and an introduction to me as a person
- Clone the repo
-
- For this project I am using npm as my package manager, so to install your dependencies run:
npm install
- Run
npm start
in your terminal and go tohttp:localhost:3000
to check that your app is working.