An open API service indexing awesome lists of open source software.

https://github.com/jhonnold/flashcards


https://github.com/jhonnold/flashcards

backend express flashcards frontend simple vue

Last synced: about 2 months ago
JSON representation

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)
```