An open API service indexing awesome lists of open source software.

https://github.com/naufan17/sistem-manajemen-kelas-fe


https://github.com/naufan17/sistem-manajemen-kelas-fe

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Sistem Manajemen Kelas Frontend
Test Practikal Fullstack Programmer

## How to setup local code program:
- Clone this repository
- Run this command to instal dependencies:
```
npm install
```
- Run this command to pull .env file
```
npx dotenv-vault@latest pull
```
- OR Rename .env.example to .env and fill in the section that must be filled
- Build the project
```
npm run build
```
- Run this command to start the server:
```
npm run dev
```
-- OR
```
npm run preview
```