fullstackopen-notes/parts/2/renderingCollections
2025-05-25 15:04:45 +02:00
..
public starting point for part 2 exercise 2025-05-20 16:21:42 +02:00
src following along 2025-05-25 15:04:45 +02:00
.gitignore starting point for part 2 exercise 2025-05-20 16:21:42 +02:00
db.json following along 2025-05-25 15:04:45 +02:00
eslint.config.js starting point for part 2 exercise 2025-05-20 16:21:42 +02:00
index.html starting point for part 2 exercise 2025-05-20 16:21:42 +02:00
package-lock.json moving on with the lesson 2025-05-25 12:44:07 +02:00
package.json moving on with the lesson 2025-05-25 12:44:07 +02:00
README.md starting point for part 2 exercise 2025-05-20 16:21:42 +02:00
vite.config.js starting point for part 2 exercise 2025-05-20 16:21:42 +02:00

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.