Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osvaldokalvaitir/reactjs-shoe-store
:athletic_shoe: Shoe Store Application using Create React App, Axios, React Router, Formik, Yup, ESLint, prop-types and running a CRUD in the Node.js - Shoe Store API
https://github.com/osvaldokalvaitir/reactjs-shoe-store
crud produtos reactjs rocketseat starter
Last synced: 27 days ago
JSON representation
:athletic_shoe: Shoe Store Application using Create React App, Axios, React Router, Formik, Yup, ESLint, prop-types and running a CRUD in the Node.js - Shoe Store API
- Host: GitHub
- URL: https://github.com/osvaldokalvaitir/reactjs-shoe-store
- Owner: osvaldokalvaitir
- License: mit
- Created: 2018-11-02T16:13:33.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T18:39:08.000Z (5 months ago)
- Last Synced: 2024-08-26T21:51:25.012Z (5 months ago)
- Topics: crud, produtos, reactjs, rocketseat, starter
- Language: JavaScript
- Homepage:
- Size: 2.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ReactJS - Shoe Store
:athletic_shoe: Shoe Store Application using Create React App, Axios, React Router, Formik, Yup, ESLint, prop-types and running a CRUD in the Node.js - Shoe Store API
Demo | Install and run | License## :computer: Demo
![Demo](/.github/assets/demo.gif)
## :wrench: Install and run
_ps: Before running the app, start the [Node.js - Shoe Store](https://github.com/osvaldokalvaitir/nodejs-shoe-store) backend._
Open terminal:
```sh
# Clone this repo
git clone https://github.com/osvaldokalvaitir/reactjs-shoe-store# Entry in folder
cd reactjs-shoe-store# Install deps with npm or yarn
npm install | yarn# Launch the app with npm or yarn
npm run start | yarn start
```## :memo: License
This project is under the MIT license. See [LICENSE](/LICENSE) for more information.
---
Developed with 💚 by Osvaldo Kalvaitir Filho