/wesleyb-slides-fe-dev

A web-based slideshow that markets my front-end development experience

Primary LanguageCSS

Wesley B, the Front-End Developer — A Presentation

A presentation (using gnab/remark) marketing Wesley B's experience as a Front-End Developer.

Quick Start

To View

  1. Download repository.
  2. Open public/index.html.

To Deploy

  1. Build website and start web server via npm run start.

Directories

These directories are manually maintained.

./
    |_ public        // user-facing static files for web slideshow

Development

Rules

  • Use PEP 350 to prefix relevant comments.

Commands

npm start

  1. npm build
  2. npm serve

npm build

"Build" the website.

  • This simple website has no build steps.
  • This process only clones public/ to dist/.

npm serve

Run a prodcution web server that serves the website.