Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdussamadyisau/inventory-crud-node-react
https://github.com/abdussamadyisau/inventory-crud-node-react
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/abdussamadyisau/inventory-crud-node-react
- Owner: AbdussamadYisau
- Created: 2022-05-18T23:51:51.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-21T20:09:06.000Z (over 2 years ago)
- Last Synced: 2023-03-09T05:36:21.248Z (almost 2 years ago)
- Language: JavaScript
- Size: 1.02 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shopify Fall 2022 Inventory Project (Frontend)
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
In the project directory, you can run:
### `npm install`
Installs all the necessary packages for this project.
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser. Make sure you are also running the [Backend part](https://github.com/AbdussamadYisau/inventory-node-backend) of this project if not api calls would not work.The page will reload when you make changes.\
You may also see any lint errors in the console.### This project is also hosted on [repl.it](https://repl.it)
[Frontend Section](https://replit.com/@SammieYisau/Inventory-crud-frontend)
[Backend Section](https://replit.com/@SammieYisau/inventory-node-backend)*** Note: Run the backend bit before running the front end.