Skip to content

SirJohanot/library-react

Repository files navigation

library-react

License GitHub release (latest by date)

About

A front-end application for the library-spring project, built with React JS.

Installation

  1. Download and unzip the source code
  2. Specify the REACT_APP_API_URL in the .env file with the URL of the deployed library-spring API (if left unspecified, the app will assume the following url: http://localhost:8080)
  3. npm install to install the dependencies
  4. npm run build to build the app
  5. serve -s build to deploy the app

Alternatively, use Docker:

  1. docker build -t <image_name> .
  2. docker run -d -p <desired_host_port>:3000 <image_name>

Screenshots

Screenshot Screenshot Screenshot Screenshot

Requirements

Developers

License

Project Library React is distributed under the MIT license.

About

A front-end application for the library-spring project, built with React JS

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages