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

https://github.com/newsoftwareculture/task-tracker

Frontend coursework
https://github.com/newsoftwareculture/task-tracker

docker express-js mongodb node-js react redux

Last synced: 4 months ago
JSON representation

Frontend coursework

Awesome Lists containing this project

README

          

# Task tracker

### Install
```bash
npm install
```

## Development

### Start client
```bash
npm run dev:client
```

### Start server
```bash
npm run dev:server
```

## Production

### Start client
```bash
npm run start:client
```

### Start server
```bash
npm run start:server
```

## Release

### Release to Github

```bash
npm run release
```