Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 288 Bytes

File metadata and controls

11 lines (9 loc) · 288 Bytes

START

npm install
npm run build-watch
npm start

npm start doesn't build, so watch out for that. The reason it doesn't build is because you probably want to watch the build and run me in separate terminals. Otherwise, build errors get all mixed in with HTTP request logging.