Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 1.56 KB

README.md

File metadata and controls

48 lines (38 loc) · 1.56 KB

Flashpack Frontend

https://flashpack.azurewebsites.net

This frontend web application is directed toward teachers and students to produce flashcards for themselves or share in groups

Technologies

image image image image   image

  • React: JavaScript library for building user interfaces
  • TypeScript: Superset of JavaScript that adds static type definitions
  • React-Query: Performant and powerful data synchronization for React
  • Chakra-UI: Simple, modular and accessible React component library
  • Formik: React form state library

Installation

Be sure to follow the flashback-backend Installation and Usage instructions first

Clone the repository:

git clone https://github.com/learnint/flashpack-frontend.git

Change directory:

cd flashpack-frontend

Install dependencies:

npm i

Usage

Build application:

npm run build

Serve application:

serve -s build

Be sure you have serve installed