https://github.com/oclockvn/mega
A research / reference / sample / showcase project
https://github.com/oclockvn/mega
entity-framework-core netcore postgresql reactjs
Last synced: 6 months ago
JSON representation
A research / reference / sample / showcase project
- Host: GitHub
- URL: https://github.com/oclockvn/mega
- Owner: oclockvn
- Created: 2025-02-13T10:27:16.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-10T03:40:16.000Z (about 1 year ago)
- Last Synced: 2025-05-10T04:23:52.906Z (about 1 year ago)
- Topics: entity-framework-core, netcore, postgresql, reactjs
- Language: TypeScript
- Homepage:
- Size: 789 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Mega
## API
## Client
- Install [volta](https://volta.sh/)
- Install node: `volta install node@22`
- Install pnpm: `npm i -g pnpm`
- Install dependencies: `pnpm --prefix src\megaapp\ install`
Start the server:
```
pnpm --prefix src\megaapp\ run dev
```
## Release
Run the command `.\release.ps1`, it'll build .net and react app to `.\publish` folder.