Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 460 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 460 Bytes

TeamBebop6

largier-react

The react app source code for chantallargier.com

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

CI build

# in local
npm run before_build_ci
npm add . && npm push