Skip to content
Joe Pietruch edited this page Nov 23, 2016 · 5 revisions

Local Development

This project assumes that:

  1. You're familiar with cloning git repos.
  2. You have npm installed on your computer.
  3. You're comfortable working with the Mac, Linux, and/or Windows* command line.

* (I looked for a good tutorial, but turned up empty.)

Installation

  1. Clone the repo https://github.com/Percipient24/comicblind
  2. From the root directory of the repo, run npm install
  3. From the root directory of the repo, run npm run serve
  4. Open your web browser and navigate to http://localhost:8000/webpack-dev-server/
  5. Make changes to the project files, save, and see the browser refresh.
  6. When you're done working, press Control C to stop the server.

Continue to Data Structure

Clone this wiki locally