/chuck-norris

Primary LanguageTypeScript

Chuck Norris Facts (Angular Edition)

This is a web application which lets you keep track of your Chuck Norris Facts, based upon a large source of Facts which can be loaded at Random.

Running

To run the project first run

npm i

Then you can

npm start

To run tests

npm test

To output to /dist (for deployment)

npm run build