WARNING: We use yarn
now. It's now
yarn
instead ofnpm install
yarn add <package>
instead ofnpm install <package>
yarn --frozen-lockfile
instead ofnpm ci
(sometimes it may be necessary to nukenode_modules
too)- Running scripts works in the same way
isaac-react-app
is the front end interface for the Isaac Physics and Isaac 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.