Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 894 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 894 Bytes

Liar's Dice Front-end

This project was bootstrapped with Create React App. It is a front-end for the Liar's Dice game. It is currently a work in progress.

Running the project

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

The page will reload if you make edits. You will also see any lint errors in the console.

npm test: Launches the test runner in the interactive watch mode.

npm run 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.

lint-fix: Runs the linter and fixes any errors.

Backend

The backend for this project is written in Java and is located at Liar's Dice Java Backend.