This project aims to provide a set of interactive exercises to correct common computer security misconceptions.
This material is based upon work supported by the National Science Foundation under Grant No. 1821788. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.
-
Make sure you have a recent version of Node.js installed
-
Install the latest version of Angular
npm install -g @angular/cli -
Clone the repository
git clone https://github.com/UMDLARS/misconceptions-lab-ui/ -
Install dependencies with
npmnpm install
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.