Skip to content

cbnsndwch/ani-angular-2

 
 

Repository files navigation

Ani Theme rewritten in Angular2 and Bootstrap 4

This project is a part of the famous ANI Theme Ani Theme v2.0 to Angular2 Theme.

Powered by StartAngular & StrapUI

##Demo

Ani Angular2 provides the following features:

  • Ready to go, statically typed build system using gulp for working with TypeScript.
  • Production and development builds.
  • Development server with Livereload.
  • Following the best practices for your application’s structure.
  • Manager of your type definitions using typings.
  • Basic Service Worker, which implements "Cache then network strategy".

How to start

Note that this seed project requires node v4.x.x or higher and npm 2.14.7.

In order to start the seed use:

Installation

####1. Clone this project or Download that ZIP file

$ git clone https://github.com/start-angular/SB-Admin-BS4-Angular-2.git

####2. Make sure you have npm installed globally

You must have ts-node installed as global. If you don't, use:

npm install -g ts-node

####3. On the command prompt run the following commands

$ cd `project-directory`
$ npm install 
$ npm start

Configuration

Default application server configuration

var PORT             = 9000;
var LIVE_RELOAD_PORT = 9001;
var APP_BASE         = '/';

Directory Structure

.
├── CONTRIBUTING.md
├── LICENSE
├── README.md
├── app
│   ├── layout
│   │   └── components
│   │       ├── app.css
│   │       ├── app.e2e.ts
│   │       ├── app.html
│   │       ├── app.ts
│   │       └── app.spec.ts
│   ├── assets
│   │   ├── images
│   │   │   └── flat-avatar.png
│   │   ├── bootstarp
│   │   ├── fontawesome-4.5.0
│   │   └── main.css
│   ├── pages
│   │   └── components
│   │       ├── blank-page
│   │       ├── components
│   │       └── login
│   ├── main.ts
│   └── index.html
├── dist
├── test
├── tools
│   ├── manual_typings
│   ├── tasks
│   ├── utils
│   ├── config.ts
│   └── utils.ts
├── appveyor.yml
├── gulpfile.ts
├── karma.conf.js
├── package.json
├── protractor.conf.js
├── test-main.js
├── tsconfig.json
├── tslint.json
└── typings.json

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 49.5%
  • HTML 32.1%
  • JavaScript 17.6%
  • Other 0.8%