https://github.com/ddimaria/loyalty-checkin
https://github.com/ddimaria/loyalty-checkin
angular5 codecoverage koa2 nodejs sqllite
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ddimaria/loyalty-checkin
- Owner: ddimaria
- Created: 2018-03-11T17:44:24.000Z (over 7 years ago)
- Default Branch: feature/polish-the-turd
- Last Pushed: 2018-03-13T01:54:34.000Z (over 7 years ago)
- Last Synced: 2024-12-27T09:13:22.986Z (11 months ago)
- Topics: angular5, codecoverage, koa2, nodejs, sqllite
- Language: HTML
- Size: 171 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Loyalty Checkin
This monorepo contains a client and server.
More information can be found in each individual repo.
You'll need to have both the client and the server running at the same time for it to work.
## Client
View the readme for this Angular 5 application [here](client/README.md).
`cd` into this direction and follow the readme. Run `ng server` to get the server up and running.
## Server
View the readme for this KOA NodeJS application [here](server/README.md).
`cd` into this direction and follow the readme. Run `npm run watch` to get the server up and running.