https://github.com/simplyprogrammer/chess-fe
https://github.com/simplyprogrammer/chess-fe
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/simplyprogrammer/chess-fe
- Owner: SimplyProgrammer
- Created: 2022-09-07T04:55:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-03T04:57:13.000Z (over 3 years ago)
- Last Synced: 2025-02-01T22:26:27.883Z (12 months ago)
- Language: Vue
- Size: 2.64 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chess-fe.app
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run build-css
```
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```