⚡ My Portfolio V2 with a modern tech stack : Next.js (app routing), TypeScript, ESLint, Prettier, Husky, Lint-Staged, PostCSS, Tailwind CSSs.
- Next.js for Static Site Generator
- Type checking TypeScript
- Integrate with Tailwind CSS
- Strict Mode for TypeScript and React 18
- Linter with ESLint
- Code Formatter with Prettier
- Husky for Git Hooks
- Lint-staged for running linters on Git staged files
- Absolute Imports using
@prefix
First, run the development server :
- Classic commands
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev- Docker commands (alternative)
- sudo service docker start (required for WSL users)
- docker compose up
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Inter, a custom Google Font.
This Next.js application has been deployed with the Vercel Platform from the creators of Next.js.
Licensed under the MIT License, Copyright © 2024
See LICENSE for more information.
Made with ❤️ by Michaël Auger My Contact
