Installation

Installation

Clone repo

 # clone the repo
                  $ git clone https://github.com/coreui/coreui-free-bootstrap-admin-template.git 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 serve

                  # build for production with minification
                  $ npm run build