Skip to content

Bookquest-projects/frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookquest frontend

Technologies Used

How to Use

This repository uses nvm to manage the node version. If you don't have nvm installed, you can install it by following the instructions on the official website.

on macOS or Linux or WSL

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash

on Windows

![Note] Please use the WSL preferably to use the official nvm and avoid any issues.

You can also install nvm directly on Windows. You can download the installer from the nvm-windows repository.

After installing nvm, you can install node by running the following command:

nvm install --lts

Check the node version by running the following command:

node --version

if necessary you can change the node version by running the following command:

nvm use --lts

It should be at least v20.0.0.

Package Manager

This repository uses yarn as the package manager. You can use corepack to install yarn. It will automatically install yarn and use the correct version of yarn for the project.

Warning

Please reload your terminal before running the following command.

corepack enable

Install dependencies

Before running the development server, you need to install the dependencies.

yarn

Run the development server

yarn run dev

Open in browser

Open http://localhost:8080 in your browser.

Run tests

yarn run test

License

Licensed under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •