Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rcmedeiros/cubo_f
https://github.com/rcmedeiros/cubo_f
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rcmedeiros/cubo_f
- Owner: rcmedeiros
- Created: 2020-04-07T04:20:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-08T00:13:06.000Z (over 1 year ago)
- Last Synced: 2024-12-19T05:14:15.037Z (18 days ago)
- Language: TypeScript
- Size: 1.01 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cubo Front
## Installation
- `git clone https://github.com/rcmedeiros/cubo_f.git`
- `cd cubo_f`
- `npm i`## Running
- `npm start`
## Building
- `npm run build`
## Testing
1. Ensure the backend is running, and hasn't been used since (memory database should be empty);
2. Ensure the front end is listening after running `npm start`;
3. Run `npm run cypress`The footage will be persisted in ./cypress/videos
Alternatively...
3. Run `npm run cypress:open`
4. Double click the cubo_spec.js