Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-11T11:07:17.000Z (4 months ago)
- Last Synced: 2024-07-12T12:29:24.994Z (4 months ago)
- Topics: aurumjs, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 591 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
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 |