https://github.com/jhonnold/flashcards
https://github.com/jhonnold/flashcards
backend express flashcards frontend simple vue
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jhonnold/flashcards
- Owner: jhonnold
- Created: 2018-05-01T02:36:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-12T18:23:10.000Z (about 8 years ago)
- Last Synced: 2025-07-06T12:06:49.413Z (12 months ago)
- Topics: backend, express, flashcards, frontend, simple, vue
- Language: JavaScript
- Homepage:
- Size: 365 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flashcards
A basic flashcard application created while learning Vue and Express
## Running frontend (runs on port 8000)
```
cd client
yarn install (npm install)
yarn dev (npm run dev)
```
## Running backend (runs on port 8080)
```
cd server
yarn install (npm install)
yarn dev (npm run dev)
```