- Astro
- React.js
- Tailwind
- Framer motion
- Vitest
- React testing library
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:PORT |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
/
├── public/
│ ├── assets
│ │ └── icons...
│ ├── fonts
│ │ └── inter...
│ ├── cv
│ └── manifest.json
│
├── src/
│ ├── components/
│ │ └── components ...
│ ├── layouts/
│ │ └── Layout.astro
│ └── pages/
│ └── index.astro
│
├── consts.js
└── package.json