Web app for La Chouette Coop, bootstrapped with Create React App.
cp {example,}.env
yarn
yarn start
: start development modeyarn lint
: check linting (TypeScript + Eslint + Prettier)yarn build
: make production bundle in thebuild
folderyarn test
: start the test runner in the interactive watch modeyarn eject
: see documentation