mirror of https://github.com/akveo/blur-admin
fix(readme): fix installation section
parent
7616d52d61
commit
a9e32198a2
18
README.md
18
README.md
|
@ -12,14 +12,20 @@ It's just a first version, but we will continue development of this template to
|
||||||

|

|
||||||
**[Template Demo](http://akveo.com/blur-admin/#/dashboard)**
|
**[Template Demo](http://akveo.com/blur-admin/#/dashboard)**
|
||||||
|
|
||||||
## Installation
|
## Getting Started
|
||||||
|
|
||||||
To build the template from scratch you will be required to have following tools
|
### Installation
|
||||||
|
* Install [git](https://git-scm.com/) and clone the repository `git clone https://github.com/akveo/blur-admin.git`
|
||||||
* Download and install nodejs [https://nodejs.org](https://nodejs.org)
|
* Download and install nodejs [https://nodejs.org](https://nodejs.org)
|
||||||
* Open the console inside of extracted folder and run `npm install` to fetch all dependencies
|
* Open the console inside of the cloned folder and run `npm install` to fetch all dependencies
|
||||||
* Run `gulp` to build sources
|
|
||||||
* Go to `release\` folder in check out your freshly made compiled files
|
### Development
|
||||||
* Run `gulp serve` and enjoy the beauty!
|
To run the template in the development mode use `gulp serve`. This will start a local build-in server on your machine bind to [http://localhost:3000](http://localhost:3000) address.
|
||||||
|
|
||||||
|
### Production
|
||||||
|
In case if you just need the template ready for production usage run `gulp` command. This will create a `release\` folder with freshly built files.
|
||||||
|
|
||||||
|
Enjoy the beauty!
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
* Responsive layout
|
* Responsive layout
|
||||||
|
|
Loading…
Reference in New Issue