Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.06 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.06 KB

Buddy Frontend CircleCI Netlify Status

This repo is frontend project of Buddy

Start local development

Clone this project

git clone https://github.com/kmu-kcc/buddy-frontend.git

Install project dependencies

# Move to project directory
cd buddy-frontend

# Install project dependencies
yarn

Start local development server

yarn start

Open browser and develop

open localhost:2107 using your browser

About default configurations

port 2107
lint rule google

Authors

KMU KCC