Skip to content

cgsimmons/portfolio-react

Repository files navigation

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 [email protected]: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.

About

A simple portfolio/resume site built on React.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages