https://github.com/cyberphoenix90/aurum-seed-typescript
Seed project to start using aurum with typescript immediately
https://github.com/cyberphoenix90/aurum-seed-typescript
aurumjs typescript vite
Last synced: 3 months ago
JSON representation
Seed project to start using aurum with typescript immediately
- Host: GitHub
- URL: https://github.com/cyberphoenix90/aurum-seed-typescript
- Owner: CyberPhoenix90
- License: mit
- Created: 2019-12-22T21:19:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-25T08:46:38.000Z (6 months ago)
- Last Synced: 2025-03-22T16:52:49.833Z (4 months ago)
- Topics: aurumjs, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 683 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Seed project to use Aurum with typescript powered by ViteThis seed project provides all the configuration needed to start working right away on a website using aurum.
All you have to do is npm install to get started.Npm scripts:
| Script | Effect |
| ------------------- | -------------------------------------------------------------------------------------- |
| npm run build | Builds the project and creates a bundle |
| npm run backend | Starts the backend server with hotreload and watch build |
| npm run dev | Starts a vite devserver with hotreload and watch build, requires npm run backend first |
| npm run test:client | Runs all client unit tests |
| npm run test:server | Runs all backend unit tests |
| npm run host | Builds and then hosts the site in prod mode |