Skip to content

Install and the Front-end run locally.

πŸ‘©β€πŸ‘§ Clone repository

$ git clone https://github.com/Acts-College-Ministry/yumz
---> 100%

Navigate into the repository

$ cd yumz
// Now you are in the repostiory 😁

Navigate to yumz/frontend

$ cd yumz
// Now you are in our main app folder 😎
$ cd frontend
// Now you are in our front-end app folder 🌟

You should find yourself here:

repository
    └───yumz
        └───frontend<-- you are here

πŸ“¦ Install packages

$ npm install

---> 100%
added 1997 packages from 815 contributors and audited 2000 packages in 71.957s

132 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

πŸƒβ€β™€οΈ Run our React App

$ npm start

Starting the development server...
---> 100%