Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robertkirsz/calories
Calorie tracker - nothing more, nothing less
https://github.com/robertkirsz/calories
Last synced: 3 days ago
JSON representation
Calorie tracker - nothing more, nothing less
- Host: GitHub
- URL: https://github.com/robertkirsz/calories
- Owner: robertkirsz
- Created: 2021-03-04T12:48:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-21T19:18:46.000Z (over 3 years ago)
- Last Synced: 2024-10-12T16:09:58.435Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://youthful-benz-b96c8f.netlify.app/
- Size: 1.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calories
### Installation
```bash
nvm use # Makes sure you're using proper Node version
yarn # Installs dependencies
```### Development
```bash
yarn start # Launches app on port 3000
```### Unit tests with Jest
```bash
yarn test
```### e2e tests with Cypress
```bash
yarn e2e
```Make sure you have app started locally with `yarn start` first.