Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 386 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 386 Bytes

shehack_hack_hack-

Setting up + running your local environment

Download NodeJS: https://nodejs.org/

To run your local environment:

  1. Run npm install or npm i
  2. Run npm start
  3. Go to http://localhost:8080/

Updating styles without restarting app:

  1. Open another terminal window and navigate to project root
  2. Run npm watch-css
  3. Reload webpage to see style changes