Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/platzi-master-c8/mf-extensions
https://github.com/platzi-master-c8/mf-extensions
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/platzi-master-c8/mf-extensions
- Owner: Platzi-Master-C8
- Created: 2021-11-22T05:32:41.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-28T04:42:15.000Z (almost 3 years ago)
- Last Synced: 2023-03-06T06:32:35.847Z (almost 2 years ago)
- Language: JavaScript
- Homepage: extensions.vercel.app
- Size: 3.13 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# React template platzi master [c8]
This project is a template for a React app.
This project is configured with webpack, [Material react](https://mui.com), Prettier and eslint.
This project already have a theme file configuration (`src/constants/theme.constant.js`) following the design system from Platzi master C8 in [figma](https://www.figma.com/file/JbToDZz42lRNoZFCdDxya5/Standards?node-id=0%3A1)
## Setup and test
First, clone the repository and install the dependencies
`yarn install`
Run the project with the script start
`yarn start`
the page will be loaded on `http://localhost:3000`
## How to contribute
Thank you for being here, we're really happy you decided to contribute to the project.
Before you contribute to the project please make sure to read all items below.
* [Code of Conduct](/CODE_OF_CONDUCT.md)
* [Contributing Guide](/CONTRIBUTING.md)