https://github.com/satansdeer/artem-sandwich
https://github.com/satansdeer/artem-sandwich
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/satansdeer/artem-sandwich
- Owner: satansdeer
- Created: 2020-11-12T18:54:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-04T00:31:51.000Z (over 3 years ago)
- Last Synced: 2025-03-30T03:12:31.055Z (3 months ago)
- Language: JavaScript
- Size: 1.01 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Artem-Sandwich
A sandwich-builder app for the Artem Sandwich take-away service.
## Running
To launch the app in development mode run:
```
yarn start
```## Building
To build the app run:
```
yarn build
```## Testing
To execute the tests run:
```
yarn test
```