rjz / typescript-react-redux

A TypeScript-enabled react/redux application
https://rjzaworski.com/c/typescript
Other
124 stars 24 forks source link

Running app tells me to "Build the demo" #40

Closed AlexanderRies closed 6 years ago

AlexanderRies commented 6 years ago

Hi,

I have just build the app with npm run build and started the app with npm run start. The app tells that I have to runn the npm run build command again. Is this a desired behaviour?

Best regards and thank you Alex

rjz commented 6 years ago

Hey Alex, thanks for reporting this! It's definitely not desired behavior.

I've pushed a change (see #41) to fix the build. Take a peek when you have a moment, and please do circle back if you run into further issues!

Thanks again, and happy hacking—

AlexanderRies commented 6 years ago

Hi RJ,

thanks for the fix. Worked well.

Cheers from southern Germany

Alex