Coder Social home page Coder Social logo

matheusmr13 / create-micro-react-app Goto Github PK

View Code? Open in Web Editor NEW
73.0 6.0 5.0 75.46 MB

✨ Create a microfrontend architecture as simple as CRA.

Home Page: https://matheusmr13.github.io/create-micro-react-app/

License: MIT License

JavaScript 29.11% Shell 0.64% CSS 1.95% TypeScript 68.01% HTML 0.28%
microfrontend-architecture react microfrontend create-react-app microfrontends

create-micro-react-app's Introduction

✨ Create Micro React App Build Status Build Status Quality Gate Status

Most complete approach to microfrontend architecture:

If you want to know more about microfrontends and why you should (or shouldn't) use it, check this article.

⚡ Quick Overview

  npx @cmra/cli create my-app
  cd my-app
  npm start

🚀 Demo

Microfrontend Store: Demo

💾 Installing

To install our cli you need Node >= 13.

npm

  npm i -g @cmra/cli

yarn

  yarn global add @cmra/cli

💻 Using it

After installing it, you'll have cmra command available:

  cmra create my-app

It will generate a folder structure like:

  my-app
  ├── package.json
  ├── packages
  |  ├── microfrontend # create-react-app structure folder
  |  |  ├── README.md
  |  |  ├── package.json
  |  |  ├── public
  |  |  |  ├── favicon.ico
  |  |  |  ├── index.html
  |  |  |  ├── logo192.png
  |  |  |  ├── logo512.png
  |  |  |  ├── manifest.json
  |  |  |  └── robots.txt
  |  |  ├── src
  |  |  |  ├── App.css
  |  |  |  ├── App.js
  |  |  |  ├── App.test.js
  |  |  |  ├── index.css
  |  |  |  ├── index.js
  |  |  |  ├── logo.svg
  |  |  |  ├── serviceWorker.js
  |  |  |  └── setupTests.js
  |  |  └── yarn.lock
  |  └── webapp # create-react-app structure folder
  |     ├── README.md
  |     ├── package.json
  |     ├── public
  |     |  ├── favicon.ico
  |     |  ├── index.html
  |     |  ├── logo192.png
  |     |  ├── logo512.png
  |     |  ├── manifest.json
  |     |  ├── microfrontends
  |     |  |  └── meta.json
  |     |  └── robots.txt
  |     ├── src
  |     |  ├── App.css
  |     |  ├── App.js
  |     |  ├── App.test.js
  |     |  ├── index.css
  |     |  ├── index.js
  |     |  ├── logo.svg
  |     |  ├── serviceWorker.js
  |     |  └── setupTests.js
  |     └── yarn.lock
  └── yarn.lock

🔨 Development

First of all, check our contributing guide. If you have any questions just open an issue!

📚 Docs

https://matheusmr13.github.io/create-micro-react-app/docs/


Icon made by Freepik from www.flaticon.com

create-micro-react-app's People

Contributors

gustavo-taminato-ifood avatar imgbotapp avatar luistak avatar matheusmr13 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

create-micro-react-app's Issues

Files Integrity

Some files when downloaded are corrupted, it seems like some files were downloaded on the half or missing some content.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.