rangle / rangle-starter

48 stars 23 forks source link

webpack-dev-server not serving index.html [typescript-react-redux-example] #180

Closed heaplabs closed 8 years ago

heaplabs commented 8 years ago

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.

Environment: OS X 10.11.6 Node.js v4.2.1