Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/victorcmarinho/marketshoes
Simples marketplace de vendas em React
https://github.com/victorcmarinho/marketshoes
javascript react react-router reactjs redux redux-saga styled-components
Last synced: about 1 month ago
JSON representation
Simples marketplace de vendas em React
- Host: GitHub
- URL: https://github.com/victorcmarinho/marketshoes
- Owner: victorcmarinho
- Created: 2020-04-10T22:52:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-21T00:01:34.000Z (over 2 years ago)
- Last Synced: 2023-03-03T22:14:07.892Z (almost 2 years ago)
- Topics: javascript, react, react-router, reactjs, redux, redux-saga, styled-components
- Language: JavaScript
- Size: 3.63 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MarketShoes
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
# Preview
# Description
Criação de um marketplace simples usando React, Redux, Redux-Saga e styled-components.
## Start ApplicationRuns the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.Install
```
npm i or yarn
```
Start```
yarn start
```Navigate to `{http://localhost:3000}`
# Development server## Build
Run `yarn build`
## Running unit tests
Run `yarn test`
Launches the test runner in the interactive watch mode.
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.## Learn More
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).
### Code Splitting
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
### Analyzing the Bundle Size
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
### Making a Progressive Web App
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
### Advanced Configuration
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
### Deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
### `yarn build` fails to minify
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify
Projeto desenvolvido by Victor Marinho