Git Product home page Git Product logo

flatlogic / sing-app Goto Github PK

View Code? Open in Web Editor NEW
1.3K 54.0 195.0 25.9 MB

💥Free and open-source admin dashboard template built with Bootstrap 4.5 💥

Home Page: https://flatlogic.com/templates/sing-app-html5-lite/demo

License: MIT License

JavaScript 15.16% HTML 1.57% PHP 0.69% SCSS 25.08% Handlebars 57.50%
dashboard typography chart analytics icons bootstrap admin admin-dashboard template theme

sing-app's Introduction

Sing App Lite - free and open source admin dashboard template

Including a responsive layout and high-quality UI built with Bootstrap 4.5, this repository provides access to a limited free version of Sing App. The full package includes versions for Bootstrap 4, React with backend integration, Vue.js, Angular, and Angular JS, providing comprehensive tools for business software development. The free Vue.js version, known as Sing App Vue Dashboard, demonstrates the flexibility and range of options available to developers.

View Demo | Download | Available versions | More templates | Support forum

header_illustration_fb

Features

Using this template you will be able to leverage lots of built-in components and thus focus on building features that set you apart from competitors rather than bulding everything from scratch. Lite version of a Sing-app includes following features and pages:

  • Bootstrap 4+ & SCSS
  • Responsive layout
  • Styled Bootstrap components like buttons, modals, etc
  • Dashboard sample
  • Typography
  • Tables
  • Notifications
  • Base charts
  • Icons
  • Maps
  • Hover sidebar

All other features like themining, login, additional pages, etc are available in a full version.

full-version

Building a project from scratch means that there is a lot of things to keep track of all at once: analytics, dynamic forms data, UI and UX elements, and much more. This simple admin template is well suited for web apps or any other website or project that requires admin dashboard. This template will serve as a solid foundation for your upcoming project and will save you a lot of time and, hence, money.

Quick Start

1. Get the latest version

You can start by cloning the latest version of Sing App Lite on your local machine by running:

$ git clone -o sing-app-lite -b master --single-branch \
      https://github.com/flatlogic/sing-app.git MyApp
$ cd MyApp

2. Run yarn install

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

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 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.

Integration

integration sample

Sing App is a part of admin dashboard solution provided by Flatlogic. We can integrate admin dashboards with such systems as your accounting software, customer relationship management (CRM) system, email management, marketing automation, website analytics program, etc. Customized Sing App can be a great way to learn about your products usability and extendability. With this dashboard, the owner of the website (platform) can easily track orders and their success rate, track social metrics such as the most popular referring social media sites and their appropriate URLs, monitor sales states and periods of growth to better understand what makes users tick. Contact us to learn more.

Documentation

For full documentation, visit https://demo.flatlogic.com/sing-app/documentation/.

Support

For any additional information please go to our support forum and raise your questions or feedback provide there. We highly appreciate your participation!

How can I support developers?

More from Flatlogic

Premium themes

Looking for premium themes and templates? Check out our other templates at flatlogic.com.

License

Sing App Lite version is MIT-licensed.

sing-app's People

Contributors

anaflatlogic avatar blari avatar dependabot[bot] avatar fattusmannus avatar kulgavy avatar okendoken avatar veterm avatar vmitchell85 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sing-app's Issues

Download or Clone Project???

I'm looking for the sing-app examples to download and I have not found a way to do it.

The "Download" button in the README.MD file also leads to a page not found.

I Receive the email:
"You requested an access to our GitHub repository. Here is the link https://github.com/flatlogic/sing" but page not found
Where can I download it?

Module not found - line-awesome

I purchased the sing-app-react pro version and I am trying to run this awesome template on my local machine.
But I am getting error - Module not found ... during npm start after yarn install.
Screen Shot 2020-07-08 at 12 13 50 AM

I've checked the line-awesome package under node_modules and there is no such css file.
I've repeated install/uninstall node_modules, but no luck so far. It seems line-awesome module was installed correctly first time.

Please help me how we can solve this problem.

Demo app not working using node version 8.12.0

D:\DESIGN\sing-app>gulp serve
module.js:550
throw err;
^

Error: Cannot find module 'gulp-sass'
at Function.Module._resolveFilename (module.js:548:15)
at Function.Module._load (module.js:475:25)
at Module.require (module.js:597:17)
at require (internal/module.js:11:18)
at Object. (D:\DESIGN\sing-app\gulpfile.js:5:14)
at Module._compile (module.js:653:30)
at Object.Module._extensions..js (module.js:664:10)
at Module.load (module.js:566:32)
at tryModuleLoad (module.js:506:12)
at Function.Module._load (module.js:498:3)

not compatible with IE

The new version does not work in IE, even your demo site is not loaded in IE.
Is there any plan to fix this soon?

Why do npm install does'nt work in this template ?

While i'm trying to do npm install it show an error like below , Some of the components which matches my requirements tried to install them but failed of doing npm based install and this templates only accepting yarn.

Error: npm ERR! Cannot read property 'match' of undefined

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.