Hi diego.
I am back on my side project and stoked to try the generator and storybook. The first thing to do is to clone the latest version of the universal-redux branch and manually copy my code over.
Unfortunately I can't get my fonts working (deja vu!). The public folder seems not to be public when running in dev mode.
Steps to reproduce:
- Clone ARc and checkout branch 'universal-redux'
npm i && npm run dev
- Open http://localhost:3000/icon.png in browser
Result: 404 page
It works fine with production build (npm run build && npm run start)