# {{name}}

> A React project

### Installing
```sh
npm install
```

### Running
```sh
npm run dev   # development
npm run build # production
npm test      # starts the test runner
```
