Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 855 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 855 Bytes

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