Lotus UI is a free Angular 2+ admin dashboard template
Before you begin, make sure your development environment includes Node.js®
and an npm
package manager.
Angular requires Node.js
version 8+
- To check your version, run
node -v
in a terminal/console window. - To get
Node.js
, go to nodejs.org.
Install the Angular CLI globally using a terminal/console window.
npm install -g @angular/cli
Angular 8 requires Node.js
version 12.x
Update guide - see: https://update.angular.io
# clone the repo
$ git clone https://github.com/Andras-Simon/lotus-free-angular-admin-template my-project
# go into app's directory
$ cd my-project
# install app's dependencies
$ npm install
# serve with hot reload at localhost:3000.
$ npm run watch
# build for production with minification
$ npm run build
# build pages with the content of the page-contents directory
$ npm run generate-page <pagename>
Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:
my-project/
├── e2e/
├── src/
│ ├── app/
│ ├── assets/
│ ├── environments/
│ ├── scss/
│ ├── index.html
│ └── ...
├── .angular-cli.json
├── ...
├── package.json
└── ...
TBD
npm run build
- Angular - The web framework used
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Andras Simon - Andras-Simon
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone whose code was used