https://github.com/naufan17/sistem-manajemen-kelas-fe
https://github.com/naufan17/sistem-manajemen-kelas-fe
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/naufan17/sistem-manajemen-kelas-fe
- Owner: naufan17
- Created: 2025-01-22T03:00:02.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-22T07:47:46.000Z (5 months ago)
- Last Synced: 2025-02-16T03:38:54.864Z (4 months ago)
- Language: TypeScript
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```