Closed cgaubuchon closed 9 years ago
Made the mistake of assuming that the compile and references were made when running npm start but they are not, thus the paths were incorrect. Perhaps it should be documented that Gulp should be ran prior to running/testing the app.
npm start
Got it, I can give you brownie points on that one if you can make a PR modifying the README :+1:
Made the mistake of assuming that the compile and references were made when running
npm start
but they are not, thus the paths were incorrect. Perhaps it should be documented that Gulp should be ran prior to running/testing the app.