Skip to content

vadimdk/book-list-app

Repository files navigation

book-list-app

Running the Application Locally

Follow these steps to run the application locally:

  1. Clone the repository:

    git clone https://github.com/vadimdk/book-list-app.git
    cd book-list-app
  2. Install dependencies:

    npm install
  3. Start the json-server:

    npm run server

    link to json-server http://localhost:3001/books

  4. Start the development server:

    npm run dev
  5. Open the application in your browser: Open your browser and navigate to http://localhost:5173/

  6. Build the application for production:

    npm run build
  7. Preview the production build:

    npm run preview

These steps will help you set up and run the application locally for development and production purposes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published