1.1 KiB
1.1 KiB
FrauJulian's Portfolio Website
Website Preview
Languages / Framework / Packages
- Angular v21
- TypeScript
- SCSS
Development
Development Preview
npm run dev
Building
npm run build
This compiles the project and stores the build artifacts in the dist/
directory. The production build is intended for static hosting.
Start Compiled Project
npm run start
This serves the generated static build through scripts/static-server.mjs.
Code Quality
Lint and Format Check
npm run check
Auto-fix Lint and Format Issues
npm run fix
Running Unit Tests
To execute unit tests with the Karma test runner, use the following command:
npm run test
Enjoy?
Made by FrauJulian.
Give it a star on GitHub.