Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kishan2029/micro-frontend

Built with a microfrontend architecture, this e-commerce app seamlessly integrates 4 React.js and 1 SolidJS frontend applications with a backend crafted in NestJS. Tailwind CSS unifies the design across all components, offering a streamlined user experience.
https://github.com/kishan2029/micro-frontend

microfrontend nestjs nodejs reactjs tailwindcss

Last synced: 4 days ago
JSON representation

Built with a microfrontend architecture, this e-commerce app seamlessly integrates 4 React.js and 1 SolidJS frontend applications with a backend crafted in NestJS. Tailwind CSS unifies the design across all components, offering a streamlined user experience.

Awesome Lists containing this project

README

        


Flask

 

Ecommerce Micro Frontend App


Github top language

Github language count

Repository size

Github stars


## :dart: About
Built with a microfrontend architecture, this e-commerce app seamlessly integrates 4 React.js and 1 SolidJS frontend applications with a backend crafted in NestJS. Tailwind CSS unifies the design across all components, offering a streamlined user experience.
## :rocket: Technologies

The following tools were used in this project:
- Micro frontend
- React.js
- Solid.js
- Nest.js
- Modual Federation
- Tailwind

## Deploy Link

## :checkered_flag: Starting

```bash
# This project contains 4 frontend and 1 backend app
# Run home Project
$ cd home
$ npm i # Install dependencies
$ npm run start
# The server will initialize in the

# Run pdp Project
$ cd pdp
$ npm i # Install dependencies
$ npm run start
# The server will initialize in the

# Run cart Project
$ cd cart
$ npm i # Install dependencies
$ npm run start
# The server will initialize in the

# Run addtocart Project
$ cd addtocart
$ npm i # Install dependencies
$ npm run start
# The server will initialize in the

# Run server Project
$ cd server
$ npm i # Install dependencies
$ npm run start
# The server will initialize in the
```

 

Back to top