chore: complete initial setup for Next.js project with TypeScript, Tailwind CSS, ESLint, and Prettier; remove unnecessary .DS_Store file
This commit is contained in:
10
devbook.md
10
devbook.md
@@ -15,10 +15,10 @@ Application de gestion d'ateliers SWOT pour entretiens managériaux.
|
||||
|
||||
## Phase 1 : Setup Initial
|
||||
|
||||
- [ ] Initialiser Next.js 15 avec TypeScript
|
||||
- [ ] Configurer Tailwind CSS avec le système de CSS Variables
|
||||
- [ ] Setup ESLint + Prettier
|
||||
- [ ] Créer la structure de dossiers
|
||||
- [x] Initialiser Next.js 15 avec TypeScript
|
||||
- [x] Configurer Tailwind CSS avec le système de CSS Variables
|
||||
- [x] Setup ESLint + Prettier
|
||||
- [x] Créer la structure de dossiers
|
||||
```
|
||||
src/
|
||||
├── app/
|
||||
@@ -39,7 +39,7 @@ Application de gestion d'ateliers SWOT pour entretiens managériaux.
|
||||
├── contexts/ # React Contexts
|
||||
└── actions/ # Server Actions
|
||||
```
|
||||
- [ ] Configurer les CSS Variables pour le theming (light/dark)
|
||||
- [x] Configurer les CSS Variables pour le theming (light/dark)
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user