stephenroberts
v1.0.0
Published
Stephen Roberts' resume website
Downloads
11
Maintainers
Readme
Stephen Roberts' Resume Website
Overview
The resume website is coded from scratch with HTML, CSS, and JS, using webpack to build the source and a custom script to deploy the site to S3.
Usage
- Clone the repo
- Run
npm install
to install dependencies - Run
npm start
to start the webpack dev server - Navigate to
localhost:8080
in your browser!