Build tools
Learn how to use Argon’s included npm scripts to compile source code, run tests, and more.
Steps to install
-
Make sure you have Node.js installed.
-
Open Terminal and navigate to the main directory (from terminal) where
package.json
is located. -
Run in terminal
npm install -g @angular/cli
-
Then run
npm-install
-
At last, run
npm start
and navigate to http://localhost:4200
To start using this design system you will need to import some files in your current project.
SCSS
Copy-paste the file
argon-dashboard.scss
into your angular.json file into the styles area.
Fonts and Icons
Copy-paste the stylesheet into your <head> before all other stylesheets to load the Fonts and Icons.