- Setup
- Test
- Build
- clone this repository using
git clone https://github.com/muuvy/muuvy-frontend.git - use
yarnornpm installto install all dependencies - use
yarn run startornpm startto debug app - open http://localhost:3000
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.
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.