Skip to content

denys-petryniak/course-platform

Repository files navigation

Online Course Platform

This full-stack web application utilizes various technologies to create a robust and maintainable user experience.

Screenshot 2023-11-24 at 13 30 31

Explore in StackBlitz

Click the button below to open the project in StackBlitz for preview and experimentation:

Open in StackBlitz

Feel free to explore the code, make changes, and see the results in real-time!

Setup

Make sure to install the dependencies:

pnpm install

Development Server

Start the development server on http://localhost:3000

pnpm dev

Production

Build the application for production:

pnpm build

Locally preview production build:

pnpm preview

Check out the deployment documentation for more information.