Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.05 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.05 KB

Hi!

Thanks for buying Angular Admin Template. You can find the documentation in: https://admin-template-docs.angular-templates.io/

If you have any question please don't hesitate to contact us at: contact@angular-templates.io

How to run this project

Requirements

You need to set up your development environment before you can do anything.

Install Node.js® and npm if they are not already on your machine.

Note: Verify that you are running at least node 6.9.x and npm 3.x.x by running node -v and npm -v in a terminal/console window. Older versions produce errors, but newer versions are fine.

This project uses the Angular CLI, so we need to install it. npm install -g @angular/cli

In development mode just run:

npm run start

In production mode, run:

npm run build:ssr && npm run serve:ssr

Feedback

We are in the early days of this project, please send us an email with feedback, telling how you use the project, suggesting what parts of the project are not easy to grasp or use, and telling us what features do you think are missing.