/recipebook

Primary LanguageJavaScript

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:

To start json server

cd data
npx json-server --watch db.json --port 3001

To start react application

npx json-server --watch db.json --port 3001