This is the frontend application for AspireLearn, a Learning Management System (LMS) that integrates with the AspireLearn API to manage courses, users, and other resources.
Follow these steps to get started with the AspireLearn App:
Clone the repository to your local machine:
git clone https://github.com/ztancinco/AspireLearnapp.git bash
-
Run with Docker
docker-compose up --build -d
-
Run in local machine
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Install dependencies: