Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tharushashehan/hotel-management-system-client
this is the front end of the hotel management system
https://github.com/tharushashehan/hotel-management-system-client
Last synced: 3 days ago
JSON representation
this is the front end of the hotel management system
- Host: GitHub
- URL: https://github.com/tharushashehan/hotel-management-system-client
- Owner: tharushashehan
- License: mit
- Created: 2019-02-03T08:18:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T07:29:36.000Z (almost 2 years ago)
- Last Synced: 2024-09-16T11:39:43.014Z (2 months ago)
- Language: HTML
- Size: 10.8 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![@coreui angular](https://img.shields.io/badge/@coreui%20-angular-lightgrey.svg?style=flat-square)](https://github.com/coreui/angular)
[![npm package][npm-coreui-angular-badge]][npm-coreui-angular]
[![NPM downloads][npm-coreui-angular-download]][npm-coreui-angular]
[![@coreui coreui](https://img.shields.io/badge/@coreui%20-coreui-lightgrey.svg?style=flat-square)](https://github.com/coreui/coreui)
[![npm package][npm-coreui-badge]][npm-coreui]
[![NPM downloads][npm-coreui-download]][npm-coreui]
![angular](https://img.shields.io/badge/angular-^7.2.10-lightgrey.svg?style=flat-square)[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
[npm-coreui-angular-badge]: https://img.shields.io/npm/v/@coreui/angular.png?style=flat-square
[npm-coreui-angular-download]: https://img.shields.io/npm/dm/@coreui/angular.svg?style=flat-square
[npm-coreui]: https://www.npmjs.com/package/@coreui/coreui
[npm-coreui-badge]: https://img.shields.io/npm/v/@coreui/coreui.png?style=flat-square
[npm-coreui-download]: https://img.shields.io/npm/dm/@coreui/coreui.svg?style=flat-square## Hotel Management Syetem [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/intent/tweet?text=CoreUI%20-%20Free%20Bootstrap%204%20Admin%20Template%20&url=https://coreui.io&hashtags=bootstrap,admin,template,dashboard,panel,free,angular,react,vue)
## Table of Contents
* [Versions](#versions)
* [Installation](#installation)
* [Usage](#usage)
* [What's included](#whats-included)## Versions
0.0.01### 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.x or 10.x.- To check your version, run `node -v` in a terminal/console window.
- To get `Node.js`, go to [nodejs.org](https://nodejs.org/).###### Angular CLI
Install the Angular CLI globally using a terminal/console window.
```bash
npm install -g @angular/cli
```## Installation
### Clone repo
``` bash
# clone the repo
$ git clone https://github.com/coreui/coreui-free-angular-admin-template.git my-project# go into app's directory
$ cd my-project# install app's dependencies
$ npm install
```## Usage
``` bash
# serve with hot reload at localhost:4200.
$ ng serve# build for production with minification
$ ng build
```## 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:
```
free-angular-admin-template/
├── e2e/
├── src/
│ ├── app/
│ ├── assets/
│ ├── environments/
│ ├── scss/
│ ├── index.html
│ └── ...
├── .angular-cli.json
├── ...
├── package.json
└── ...
```## Documentation
The documentation for the CoreUI Free Angularp Admin Template is hosted at our website [CoreUI](https://coreui.io/angular/)