An open API service indexing awesome lists of open source software.

https://github.com/evilfreelancer/truecare24-table

TrueCare24 Table demo application
https://github.com/evilfreelancer/truecare24-table

Last synced: 4 months ago
JSON representation

TrueCare24 Table demo application

Awesome Lists containing this project

README

          

# TrueCare24 Table demo application

## Ok, what next?

So, you have a new dummy project with open source template based on twitter bootstrap,
but page looks ugly, for fix this you just need run two simple command:

npm install
gulp

This is required for normal work of this skeleton.

## Small HOWTO

How to generate static HTML:

composer static

How to start the loopback php server:

composer serve

Now you can open http://localhost:8888 in your browser.