Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chase-allen-tech/meta_mvp
MVP project
https://github.com/chase-allen-tech/meta_mvp
chart create-react-app d3 eslint material-ui react redux
Last synced: about 1 month ago
JSON representation
MVP project
- Host: GitHub
- URL: https://github.com/chase-allen-tech/meta_mvp
- Owner: chase-allen-tech
- Created: 2022-03-07T14:48:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-07T14:52:07.000Z (almost 3 years ago)
- Last Synced: 2024-11-06T04:40:19.503Z (3 months ago)
- Topics: chart, create-react-app, d3, eslint, material-ui, react, redux
- Language: JavaScript
- Homepage:
- Size: 17.2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## 1.install
### npm
```
npm i
or
npm i --legacy-peer-deps
```### yarn
```
yarn install
```## 2.Start
```sh
npm start
or
yarn start
```## 3.Build
```sh
npm run build or yarn build
```Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.
Your app is ready to be deployed.
## User Guide
You can find detailed instructions on using Create React App and many tips in [its documentation](https://facebook.github.io/create-react-app/).