MadeInHaus / react-starter

A client-side SPA starter bundled with React, Redux, CSS Modules, React Router 4, and Webpack 4
MIT License
9 stars 2 forks source link

Static build option #11

Closed chrisjcodes closed 6 years ago

chrisjcodes commented 7 years ago

Implement, using a flag or another NPM script, a way to have Webpack only build out the static client side files and skip building the server. This will be useful for apps that don't require the use of any node API/Express.

stevescavo commented 6 years ago

If a static export option is needed, a framework like Next.js should probably be considered.