Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psmyrdek/frontend-bootstrap-windows
https://github.com/psmyrdek/frontend-bootstrap-windows
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/psmyrdek/frontend-bootstrap-windows
- Owner: psmyrdek
- Created: 2024-07-11T11:53:14.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-12T09:39:36.000Z (6 months ago)
- Last Synced: 2024-10-14T02:45:54.112Z (3 months ago)
- Language: TypeScript
- Homepage: https://frontend-bootstrap-windows.vercel.app
- Size: 708 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Opanuj Frontend: AI Edition - Frontend Bootstrap
![](./_resources/img/header.png)
## Co w środku?
Bootstrap projektu opartego o następujące narzędzia:
- [editorconfig](https://editorconfig.org/)
- [eslint](https://eslint.org/)
- [Prettier](https://prettier.io/)
- [React](https://www.npmjs.com/package/@vitejs/plugin-react) (wymień na [Svelte](https://www.npmjs.com/package/@sveltejs/vite-plugin-svelte) lub [Vue](https://www.npmjs.com/package/@vitejs/plugin-vue))
- [Playwright](https://playwright.dev)
- [Tailwind](https://tailwindui.com/)
- [TypeScript](https://www.typescriptlang.org/)
- [Vite](https://vite.dev/)
- [Vitest](https://vitest.dev/)## Pierwsze kroki
```bash
nvm use
npm install
npm run dev
```