Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 988 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 988 Bytes

kurtisdunn.github.io

Personal Site for Github Pages.

Hi! This is the source to my resume/cv project called webpack-react-demo. It is a single page application optimized for speed and accessibility. It was developed with Webpack, ReactJS, Bootstrap 4, and plain 'ol vanilla JavaScript.

Linting with ESLint and minification with UglfyJS.

Fonts come from Google fonts - Raleway (serif) for headings, and Roboto (sans-serif) for body text.

Image hosting is handled by AWS Cloudfront connected to a S3 bucket.

This site is hosted on Github pages.

Install it

Create a minified production version.

$ git clone https://github.com/kurtisdunn/webpack-react-demo.git
$ cd webpack-react-demo
$ npm install

Build it

Create a minified production version. Built into a dist directory

$ npm run build

Develop it

Runs up a Webpack dev server at https://127.0.0.1:8000

$ npm run dev