bencoveney / ts-react-boilerplate

Boilerplate project configuration using TypeScript, Webpack, React and including linting.
https://bencoveney.github.io/ts-react-boilerplate/
MIT License
2 stars 0 forks source link

Use Express and Webpack Middleware #31

Closed bencoveney closed 6 years ago

bencoveney commented 6 years ago

Based on https://github.com/christianalfoni/webpack-express-boilerplate.

I want to have a deployable server that includes all current client-side capability, but also can optionally be integrated with databases when deploying to somewhere like heroku.

bencoveney commented 6 years ago

Some other useful links:

bencoveney commented 6 years ago

Will need to be careful that we maintain the static site capability e.g. on github from the /docs directory.