Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 726 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 726 Bytes

Portfolio React Project

A simple react site to use for displaying your portfolio. Some of the technologies used include:

  • redux & redux-thunk
  • react-router
  • babel
  • eslint (airbnb + extras)
  • redux devTools
  • sass
  • react-scroll for window scrolling
  • react-icons (Awesome Font and Material icons support)
  • webpack

Installation

git clone git@github.com:cgsimmons/portfolio-react.git
npm install
npm run serve

This will run the webpack development server locally. Simply visit http://localhost:3000 to check it out.

Deployment

You must first build the files with the following command.

npm run build

This will build the necessary files in the dist directory.