An exposed module federated app. Click here to see it live on Netlify.
A portion of this stand-alone app is exposed for consumption by the host app.
Run this project alongside the host app.
Install dependencies:
npm install
Run dev environment:
npm run dev
**Build for production (locally):
npm run build
Serve the production bundle (locally):
npm run start
Navigate to http://localhost:9000/
**Note: Update public path to http://localhost:9000/
in webpack.production.config
**Note: Update entry point to ./server.js
in webpack.server.config
Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.
MIT