Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 612 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 612 Bytes

CircleCI

Austin Coding Academy

Web Workbook

Claiming your workbook

  1. Make sure you are signed into GitHub
  2. Here's a video explaining how to do it
  3. Run npm install in your terminal

Starting server

  1. Run npm start in your terminal
  2. To break out of your server, press ctrl + c

Lint your code

  1. Run npm run lint