Skip to content

muuvy/muuvy-frontend

Repository files navigation

Muuvy Frontend

Build Status Quality Gate Status Coverage

Muuvy App

Table of Contents

  • Setup
  • Test
  • Build

Setup

  • clone this repository using git clone https://github.com/muuvy/muuvy-frontend.git
  • use yarn or npm install to install all dependencies
  • use yarn run start or npm start to debug app
  • open https://localhost:3000

Test

use yarn run test or npm test to run the tests

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

Build

use yarn run build or npm run build to create the 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.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.