Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 475 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 475 Bytes

Alternative to Create-React-App (and WebPack) Starter

This repo includes:

  • vanilla React Todo app (with basic CRUD operations)
  • uses vite.js
  • The todo app follows MDN's excellent React tutorial

Feel free to clone or download.

  • Run npm install or yarn
  • Then npm run dev or yarn dev and go to localhost:3000