Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        




Seed project to use Aurum with typescript powered by Vite

This 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 |