📓 A simple journal full-stack App to track your #100DaysOfCode challenge progress
# install dependencies
$ npm install
# serve client with hot reload at localhost:8080
$ npm run start
# serve backend with hot reload at localhost:8081
$ cd server && npm run start
This project is licensed under MIT License - see the LICENSE.md file for details