-
Notifications
You must be signed in to change notification settings - Fork 0
Local Development
Joe Pietruch edited this page Nov 23, 2016
·
5 revisions
This project assumes that:
- You're familiar with cloning git repos.
- You have npm installed on your computer.
- You're comfortable working with the Mac, Linux, and/or Windows* command line.
* (I looked for a good tutorial, but turned up empty.)
- Clone the repo
https://github.com/Percipient24/comicblind
- From the root directory of the repo, run
npm install
- From the root directory of the repo, run
npm run serve
- Open your web browser and navigate to
http://localhost:8000/webpack-dev-server/
- Make changes to the project files, save, and see the browser refresh.
- When you're done working, press
Control C
to stop the server.
Continue to Data Structure