https://github.com/primate-run/angular-template
Primate Angular template
https://github.com/primate-run/angular-template
angular primate
Last synced: about 2 months ago
JSON representation
Primate Angular template
- Host: GitHub
- URL: https://github.com/primate-run/angular-template
- Owner: primate-run
- License: mit
- Created: 2025-12-04T21:37:14.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2026-02-15T22:50:37.000Z (4 months ago)
- Last Synced: 2026-02-16T06:15:24.469Z (4 months ago)
- Topics: angular, primate
- Language: TypeScript
- Homepage: https://primate.run/docs/frontend/angular
- Size: 6.24 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Primate Angular template
## Install
```bash
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# Deno
deno install
# Bun
bun install
```
## Run in development mode
```bash
# Node
npx primate
# Deno
deno run -A npm:primate
# Bun
bunx --bun primate
```
## Build for production
```bash
# Node
npx primate build
# Deno
deno run -A npm:primate build
# Bun
bunx --bun primate build
```
## Serve for production
```bash
# npm
npx primate serve
# Deno
deno run -A npm:primate serve
# Bun
bunx --bun primate serve
```
## Serve for production without a package manager
If you just want to run the built server directly:
```bash
# Node
node build/server.js
# Deno
deno run -A build/server.js
# Bun
bun build/server.js
```
## Documentation
Visit [primate.run/docs](https://primate.run/docs) for full documentation.
## Issues
File issues against https://github.com/primate-run/primate.
## License
MIT