Skip to content

Commit

Permalink
Merge pull request #19 from flatlogic/project-update
Browse files Browse the repository at this point in the history
Project update
  • Loading branch information
Blari authored Mar 17, 2020
2 parents 0aedc36 + 08eac0b commit 1690af3
Show file tree
Hide file tree
Showing 39 changed files with 3,832 additions and 22,296 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Using this template you will be able to leverage lots of built-in components and
* Maps
* Hover sidebar

All other features like themining, login, additional pages, etc are available in a [full version](https://flatlogic.com/admin-dashboards/sing-app-html5).
All other features like themining, login, additional pages, etc are available in a [full version](https://flatlogic.com/templates/sing-app-html5).

[![full-version](https://user-images.githubusercontent.com/36201579/40107708-aa2939d6-5901-11e8-8fc1-b31ad46326b7.png)](https://flatlogic.com/admin-dashboards/sing-app-html5/demo)

Expand All @@ -43,20 +43,20 @@ $ git clone -o sing-app-lite -b master --single-branch \
$ cd MyApp
```

#### 2. Run `npm install && bower install`
#### 2. Run `yarn install`

This will install both run-time project dependencies and developer tools listed
in [package.json](../package.json) file. We are moving all dependencies to npm, so there will be no bower dependencies soon.

#### 3. Run `gulp build`
#### 3. Run `yarn build`

This command will build the app from the source files (`/src`) into the output
`/dist` folder. Then open `dist/index.html` in your browser.

Now you can open your web app in a browser, on mobile devices and start
hacking. The page must be served from a web server, e.g. apache, nginx, WebStorm built-in web server, etc., otherwise some features may not work properly.

#### 3. Run `gulp watch`
#### 3. Run `yarn watch`
This command will watch for changes in `/src` and recompile handlebars' templates & scss styles on the fly into html & css accordingly.

For more information please refer to full [documentation](https://demo.flatlogic.com/sing-app/documentation).
Expand Down
49 changes: 0 additions & 49 deletions bower.json

This file was deleted.

20 changes: 20 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

## [1.2.0]

### Updated

- Migrated from bower to npm
- Design updates

## [1.1.0]

### New Features

- Bootstrap v4.3.1 update

## [1.0.0]

### Fixed

- Google map key
180 changes: 88 additions & 92 deletions dist/charts.html

Large diffs are not rendered by default.

Loading

0 comments on commit 1690af3

Please sign in to comment.