SPA - Simple CRUD app build with React and next.js tooling
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