Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.11 KB

README.md

File metadata and controls

16 lines (11 loc) · 1.11 KB

isaac-react-app

WARNING: We use yarn now. It's now

  • yarn instead of npm install
  • yarn add <package> instead of npm install <package>
  • yarn --frozen-lockfile instead of npm ci (sometimes it may be necessary to nuke node_modules too)
  • Running scripts works in the same way

Node.js CI codecov

isaac-react-app is the front end interface for the Isaac Physics and Ada Computer Science projects. Together with isaac-api, it forms the core stack of the Isaac platform.

The web interface is a React app, served by nginx in Docker. The front-end application was initially generated from create-react-app.