https://github.com/przeprogramowani/frontend-bootstrap
Universal template to get started with frontend apps.
https://github.com/przeprogramowani/frontend-bootstrap
eslint react template typescript vite
Last synced: about 1 year ago
JSON representation
Universal template to get started with frontend apps.
- Host: GitHub
- URL: https://github.com/przeprogramowani/frontend-bootstrap
- Owner: przeprogramowani
- Created: 2024-03-06T12:28:12.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-10T10:59:01.000Z (about 2 years ago)
- Last Synced: 2024-04-18T16:37:36.155Z (about 2 years ago)
- Topics: eslint, react, template, typescript, vite
- Language: TypeScript
- Homepage: https://frontend-bootstrap.vercel.app
- Size: 887 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Opanuj Frontend: AI Edition - Frontend Bootstrap

## 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
```