/react-recipe-crud

Cook Bhook App developed for my react codelab

Primary LanguageJavaScript

Cook Bhook App - Demo for React Codelab with Next.js

SPA - Simple CRUD app build with React and next.js tooling

How to run this app

After downloading it through git clone, your first order of business is to open terminal and run yarn. (or npm install if you're about that life)

Then, to start up the local server, run npm run dev

Open a browser and hit http://localhost:3000, and we are ready to roll