Skip to content

kmu-kcc/buddy-frontend

Repository files navigation

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