First, clone the project into the local space
git clone https://github.com/Navoxya/dev-base-assignment.git
Second, install node modules
npm install
# or
npm iThird, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devimport book.json into Mockoon and start the environment
Open http://localhost:3000 with your browser to see the result.
The app is also deployed on https://dev-base-assignment.vercel.app/.