Skip to content

soydulceangelina/miniMarket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run the repository in a local environment

Step 1:

$ git clone [email protected]:soydulceangelina/miniMarket.git

Step 2:

$ npm install

Step 3:

Create a file named .env at the root, thene create two environment variables:

  • REACT_APP_WOMPI_KEY, your Wompi public key
  • REACT_APP_CLIENT_URL, your Wompi redirect url

Step 4:

$ npm start

How to run the test

$ npm test

How to build the app for a production enviroment

npm run deploy:nodomain