azcn2503 / flashme

Simple flash cards app
https://casey-flash-card-app.herokuapp.com/
3 stars 0 forks source link
flashcards react revision study

Flash Me

Build Status Known Vulnerabilities

A flash card app for Casey.

Getting Started

These instructions will get the project up and running on your machine for development and testing purposes.

If you just want to use the app, it is available as a demo at: https://casey-flash-card-app.herokuapp.com

Prerequisites

Installing

Download this project to a folder somewhere, then open your favourite terminal and run the following commands:

yarn

This will install the dependencies.

yarn run build:dev

This will build the server and the client, and watch your local files for changes.

In another terminal, run the following command:

MONGO_URL=mongodb://username:password@some.mongo.connection yarn run start:dev

This will run the server (required for the website to work) and will restart automatically when any changes are detected.

You should now be able to browse to http://localhost:3000/ and see the application running!