/largier-react

React app for chantallargier.com

Primary LanguageJavaScriptMIT LicenseMIT

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