Skip to content

lachouettecoop/planning

Repository files navigation

Node.js CI

Planning

Web app for La Chouette Coop, bootstrapped with Create React App.

Requirements

Setup

cp {example,}.env
yarn
  • yarn start: start development mode
  • yarn lint: check linting (TypeScript + Eslint + Prettier)
  • yarn build: make production bundle in the build folder
  • yarn test: start the test runner in the interactive watch mode
  • yarn eject: see documentation