Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 385 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 385 Bytes

🚀 Quick Start

📄 Clone or fork piggy-bank:

git clone https://github.com/menezesphill/piggy-bank.git

💿 Install all dependencies:

cd piggy-bank
yarn install

🚴‍♂️ Run your App:

yarn run serve

A static server will start and be served at http://localhost:9011

🚚 Building the project for distribution:

yarn run build