A simple boilerplate 'full stack' application using React, express and typescript.
The 3 most important aspects of this application are:
- Webpack is used for BOTH client-side AND server-side builds.
- During development, BOTH client-side AND server-side code will reload automatically.
- EVERYTHING is in Typescript... including all webpack.config files (client and server)
npm run prepare:dev
npm run start:dev
- http://localhost:3000/index.html
npm install
npm run build
npm start