1.0.0 • Published 2 years ago

react-mf-starter v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

React Microfrontend Starter Kit

React Microfrontend Starter Kit es un proyecto gratuito y de código abierto. El mismo ya tiene incorporado TailwindCSS para un mejor aspecto. El proyecto tambien incorpora diferentes bibliotecas preconfiguradas como webpack, typescript y react query, listas para ser usadas.

React Microfrontend Starter Kit is a free and open source project. It already has TailwindCSS built in for a better look. The project also incorporates different preconfigured libraries such as webpack, typescript and react query, ready to be used.

Instalación / Installation

Para instalar el paquete, solo debes correr el siguiente comando:

npx react-mf-starter <tu-proyecto>

To install the package, the just run the following command:

npx react-mf-starter <your-project>

Correr en modo local / Run in local mode

En la raíz del proyecto general ejecutar el siguiente comando:

npm run start

At the root of the general project run the following command:

npm run start

Variables de Entorno / Environment Variables

Puedes utilizar variables de entorno en todo el proyecto, agrega el archivo .env como se puede ver en .env.example. You can use environment variables throughout the project, add the .env file as you can see in .env.example.