fdaciuk / workflow-reactjs

My workflow with ReactJS + Webpack 3+
146 stars 51 forks source link
async-await boilerplate boilerplate-template dynamic-import react reactjs storybook webpack webpack3 workflow workflow-reactjs

Workflow ReactJS

:warning: Disclaimer

Instead of using this project, prefer better and modern alternatives


What's inside it?

Dependencies:

Up and running

Troubleshooting

If you are on Windows, and try to run yarn lint, you'll get an error because spawn module does not work very well on Windows.

You should install cross-spawn, and edit gulpfile.js, removing line 4 and uncomment line 7.

A big thanks to @hgtpcastro for this tip.

Scripts

License

MIT © Fernando Daciuk