Skip to content

X-Library/libraryx-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

LibraryX | FrontEnd πŸ“š

πŸ‘€ About

LibraryX is a community initiative to learn new technologies and experience working together on an open source project. LibraryX is a library management system.

πŸ’» Getting started

Requirements

Installing and running the project

Clone the project and access the folder

$ git clone https://github.com/X-Library/libraryx-frontend
$ cd libraryx-frontend

Follow the steps below

# Install the dependencies
$ npm install

# Make a copy of '.env.example' to '.env'
# and set with YOUR environment variables.
$ cp .env.example .env

# Finally, run the api service in a development environment :)
$ npm run start

# Well done, LibraryX is started!

Copyright Β© 2021-present, X-Library.