Package Exports
- react-express-hotloader
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-express-hotloader) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
React Express Hotloader
I know there's a lot of boilerplate examples, but it was actually kinda hard to find this exact combination:
- ReactJS
- ExpressJS server
- Auto-reloading Express server (only in development)
- React hotloader running on Express (only in development)
- Babel for both React frontend and Express backend
- EJS templates
Hence, I made this.
Install and run
In development:
npm install
npm startIn production:
npm install --production
npm run build
npm run serveAuthors
License
This project is licensed under the MIT License - see LICENSE.md file for details