Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.