https://github.com/alexw00/fs-study
https://github.com/alexw00/fs-study
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexw00/fs-study
- Owner: AlexW00
- Created: 2023-03-04T15:39:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-22T18:06:38.000Z (about 3 years ago)
- Last Synced: 2025-02-14T11:00:25.177Z (over 1 year ago)
- Language: TypeScript
- Size: 39.7 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Struct
- `client/` - front end code
- `server/` - back end code
- `shared/` - shared code between client and server
## Dev
- open 2 terminals
1. in ./client run `npm run dev` (after `npm install`)
2. in ./server run `npm run dev` (after `npm install`)
## Prod
- in ./client run `npm run build`
- in ./server run `npm run start`