ufocoder / redux-universal-boilerplate

Boilerplate for react universal (isomorphic) application based on flux architecture (redux implementation)
MIT License
72 stars 19 forks source link

404 on /assets/client.js with npm run watch #19

Closed williamoliveira closed 7 years ago

williamoliveira commented 7 years ago

Steps I followed:

git clone https://github.com/ufocoder/redux-universal-boilerplate.git myapp cd myapp npm install npm run watch

wget http://localhost:8000/assets/client.js // ERROR 404: Not Found.

No code was touched. Maybe some dependence update broke it?

williamoliveira commented 7 years ago

Just saw this issue was already filled at #8, but his strange solution didn't worked for me

ufocoder commented 7 years ago

@williamoliveira Process for building client and server bundles are asynchronous. You should run wget after you will get in console:

[2] Express server listening on port 8000