- Setup
- Test
- Build
- clone this repository using
git clone https://github.com/muuvy/muuvy-frontend.git
- use
yarn
ornpm install
to install all dependencies - use
yarn run start
ornpm start
to debug app - open https://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.