Skip to content

isaacphysics/isaac-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.