Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 322 Bytes

File metadata and controls

17 lines (12 loc) · 322 Bytes

Snaps for Progress

Running Locally

Make sure you have Node.js installed

$ npm install
$ npm start

To compile LESS changes (still need to put in middleware)

$ lessc main.less  > compiled/main.css

Your app should now be running on localhost:5000.