DanielTerletzkiy / school-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

School-App

Open Source school app frontend written in nuxt3 This app is designed for students, teachers and administrators of any school

This tool includes:

  • Timetables
  • Class books
    • Attendance
    • Grades
  • Substitution plan

...


Working with school-api as rest api backend.

Setup for NUXT3

Make sure to install the dependencies:

npm install

Development Server

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

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.

About


Languages

Language:Vue 64.7%Language:TypeScript 35.3%