Skip to content

Andras-Simon/lotus-free-angular-admin-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lotus Dashboard Template

Lotus UI is a free Angular 2+ admin dashboard template

Getting Started

Prerequisites

Before you begin, make sure your development environment includes Node.js® and an npm package manager.

Node.js

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.

Angular CLI

Install the Angular CLI globally using a terminal/console window.

npm install -g @angular/cli

Update to Angular 8

Angular 8 requires Node.js version 12.x
Update guide - see: https://update.angular.io

Installing

Clone repo

# 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

Usage

# 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>

What's included

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
└── ...

And coding style tests

TBD

Deployment

npm run build

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone whose code was used

About

Lotus UI is a free Angular 2+ admin dashboard template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages