Tool for aggregating student data generated throughout the year to be used as part of a reflection on learning exercise.
- Install node.js and npm here.
- Clone this repo.
- Run
npm installin the repo directory. - Build the app using the build script:
npm run buildDev(ornpm run buildProdfor production) - Start the server using the start script:
npm start