https://github.com/sirsayed98/redux-project
How to write boilerplate code Redux
https://github.com/sirsayed98/redux-project
Last synced: 30 days ago
JSON representation
How to write boilerplate code Redux
- Host: GitHub
- URL: https://github.com/sirsayed98/redux-project
- Owner: sirSayed98
- Created: 2020-08-26T18:17:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-26T18:44:50.000Z (almost 6 years ago)
- Last Synced: 2025-01-01T21:43:17.135Z (over 1 year ago)
- Language: JavaScript
- Size: 349 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ITLogger
> React app to track IT department tasks and issues. Uses JSON-Server as a mock backend. This is part of my React course on Udemy
## Usage
### `npm install`
### `npm run dev`
Runs the app with the backend JSON-Server
Open [http://localhost:3000](http://localhost:3000)
Server [http://localhost:5000](http://localhost:5000)
db.json contains data
### `npm run build`
Builds the app for production to the `build` folder.