https://flashpack.azurewebsites.net
This frontend web application is directed toward teachers and students to produce flashcards for themselves or share in groups
- 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
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
Build application:
npm run build
Serve application:
serve -s build
Be sure you have serve installed