Warning
Verify that you are running at least node 8.9.x and npm 5.x.x by running node -v and npm -v in a terminal/console window. Older versions produce errors, but newer versions are fine.
- Go to project folder and install dependencies.
npm i
- Launch development server:
npm start
Note
You don't need to build the example library because it's published in npm and added as dependency of the project.
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 build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Code and documentation copyright 2018 the authors. Code released under the MIT License.
Enjoy 🤘
UI developed using CoreUI kit.