Skip to content

lore/lore-custom-hook-tutorial-v0.13

Repository files navigation

lore-custom-hook-tutorial-v0.13

This is the code for the Custom Hook Tutorial for Lore.

Install the Dependencies

First install the dependencies:

npm install

Start the API Server

Just like the Quickstart, this project uses json-server to provide a real API interface. Run this to command to start the server:

npm run server

Once the server is running, you should be able to navigate to http://localhost:1337 and see a list of API endpoints.

Build the Project

Finally, run this command to build the project and start the development server:

npm start

Once the project is built, open a web browser and visit http://localhost:3000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published