Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 357 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 357 Bytes

TeamBebop6

tb6-app

A template for Team bebop 6 app.

dev

From backend

npm run server

For frontend

The client is created by create-react-app, so it will follow create-react-app's standard.

cd client
npm run start

build

npm run build