https://github.com/markmals/angular-signals-jsx-vite-starter
A Vite starter kit for Angular Signals JSX
https://github.com/markmals/angular-signals-jsx-vite-starter
Last synced: 11 days ago
JSON representation
A Vite starter kit for Angular Signals JSX
- Host: GitHub
- URL: https://github.com/markmals/angular-signals-jsx-vite-starter
- Owner: markmals
- Created: 2023-04-13T08:03:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-13T08:09:26.000Z (about 3 years ago)
- Last Synced: 2025-10-11T06:14:55.918Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Signals JSX Starter Kit

Angular Signals JSX is fine-grained reactive JavaScript framework which uses the signals found in `@angular/core`. This implementation provides considerably better performance than pairing Angular's signals with their dirty-checking Zone.js change detection methods.
## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :---------------- | :------------------------------------------- |
| `npm i` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:3000` |
| `npm run format` | Formats all files in the project |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
## 👀 Want to learn more?
Visit [the repo](https://github.com/markmals/angular-signals-jsx) and read the code!