After cloning the repo, run the following commands:
npm install
# remove the 'dist' folder
npm run clean
npm run dev
There is a 404 Not Found error on opening the app. The index.html file is not being served from memory by webpack-dev-server. Any ideas about this ? This might also mean webpack-dev-server is not reflecting the updated code on the fly.
After cloning the repo, run the following commands:
There is a 404 Not Found error on opening the app. The
index.html
file is not being served from memory by webpack-dev-server. Any ideas about this ? This might also mean webpack-dev-server is not reflecting the updated code on the fly.Environment: OS X 10.11.6 Node.js v4.2.1