An open API service indexing awesome lists of open source software.

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

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.