mmennis / petclinic-react-jwt-bootstrap

React frontend application for Django implemented petclinic rest service with JWT authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

#To run docker files:

docker-compose -f docker/docker-compose.yml build test

docker-compose -f docker/docker-compose.yml run --rm test

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

yarn test

Launches the test runner in the interactive watch mode.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

About

React frontend application for Django implemented petclinic rest service with JWT authentication


Languages

Language:JavaScript 69.1%Language:HTML 17.6%Language:CSS 9.5%Language:Dockerfile 2.7%Language:Shell 1.2%