/only-dog-fe

Primary LanguageJavaScriptApache License 2.0Apache-2.0

only-dog-fe

Project for learning

*You must setup only-dog backend first: https://github.com/duc622/only-dog-be

*Then run this script

Copy .env.example file to .env.local

cp .env.example .env.local

Install / Update

yarn

Start

yarn dev

Build

yarn build