Skip to content

shubham2811/React-microfrontend

Repository files navigation

react-microfrontend

A react micro-frontend application.

Uses:

This project uses a starter kit react-redux-router-hooks-starter-kit

Getting Started

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**

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published