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
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.
You must first build the files with the following command.
npm run build
This will build the necessary files in the dist directory.