Exercise Validation
June 5, 2019 ยท View on GitHub
A small website to automatically check if the exercises have been successfully solved.
- Install nodejs (https://nodejs.org/en/download).
- Run
npm installin the directory of thepackage.jsonfile to install all dependencies. - In the same directory, run
npm startto host a local webserver. - Navigate to
http://localhost:5001and select the exercise you want to validate button.