Frontend app for Nplan - a simple timetable editor. Backend is Uttu.
To run for development, simply do:
npm install
npm start
Note: The app use Node v14. nvm use v14
To run together with a local instance of Uttu on port 11701, add the following to .env.development.local
.
REACT_APP_UTTU_API_URL=http://localhost:11701/services/flexible-lines
Uses Auth0 to authenticate users.
Uses Jest for unit and reducer testing.
npm test