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
- Host: GitHub
- URL: https://github.com/newsoftwareculture/task-tracker
- Owner: NewSoftwareCulture
- Created: 2022-01-31T14:09:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-09T21:38:50.000Z (over 4 years ago)
- Last Synced: 2025-02-09T22:19:01.501Z (over 1 year ago)
- Topics: docker, express-js, mongodb, node-js, react, redux
- Language: JavaScript
- Homepage: https://task-tracker-01.herokuapp.com/
- Size: 1.24 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```