A react micro-frontend application.
This project uses a starter kit react-redux-router-hooks-starter-kit
1. Clone the repository to your local machine by running:
git clone https://github.com/shubham2811/React-microfrontend.git
cd React-microfrontend
2. Install all dependencies:
npm install
or yarn install
3. Run the app:
npm start
or yarn start
Run webapp on port 3001 with HMR enabled or you can change port in webpack.config.js
4. Build files for deployment:
npm run build:{variable}
or yarn build:{variable}
dev||qa||stg||prod
Building app in the "build" directory. Contains the index.html with the minified assets, it's ready for production!.
**Happy Coding**