User friendly angular app to instantly calculate determinant of a matrix of any size
User-friendly angular app to instantly calculate determinant of a square matrix. This app contains the following items in stack.
After you clone project, do
npm install
to install dev dependencies.bower install
to install front end dependenciesDo gulp serve
to open the app in default browser.