Welcome to the repository of the project for our Spring 2018 workshop series!
This is the project you create through our series of workshops covering...
- Serving The Web
- Front End
- APIs
- Continuous Integration & Deployment
During the workshops, we use glitch. Our working copy is at glitch.com/edit/#!/hs-2018s-workshops. Alternatively, you can run your own copy by 'remixing' it! (What's remixing???)
NOTE: If you start typing in the window, it will automatically 'remix' it and stop following. If that happens, just come back to glitch.com/edit/#!/hs-2018s-workshops.
If you'd prefer to run it on your own machine, that's easy - only a few prerequisites.
To get started:
- Install Node.JS
- Run
npm install
to install our dependencies! - Run
npm start
to start our application! - Go to http://localhost:3000 to see it.
Feel free to ask questions:
- during the workshops
- after the workshops
- on our Slack
- by opening an issue on this repo!