Frontend for a web application that enables users to create flashcards that support markdown and code snippets.
Demo version available here (it may take a minute to load).
Currently running against an Elixir/Phoenix API.
-
You will need to run a local API using the instructions here.
-
Install dependencies:
npm install
-
In
src/config.js
, ensure that the configured URLs match the URL of your local API. -
Start development sever:
npm start