https://github.com/ccims/gropius-frontend
https://github.com/ccims/gropius-frontend
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ccims/gropius-frontend
- Owner: ccims
- License: other
- Created: 2023-06-28T12:58:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-20T17:58:38.000Z (about 1 year ago)
- Last Synced: 2025-04-21T02:54:35.783Z (about 1 year ago)
- Language: TypeScript
- Size: 3.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# essentials
## Project setup
```
# yarn
yarn
# npm
npm install
# pnpm
pnpm install
```
### Compiles and hot-reloads for development
```
# yarn
yarn dev
# npm
npm run dev
# pnpm
pnpm dev
```
### Compiles and minifies for production
```
# yarn
yarn build
# npm
npm run build
# pnpm
pnpm build
```
### Lints and fixes files
```
# yarn
yarn lint
# npm
npm run lint
# pnpm
pnpm lint
```
### Customize configuration
See [Configuration Reference](https://vitejs.dev/config/).