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
- Host: GitHub
- URL: https://github.com/evilfreelancer/truecare24-table
- Owner: EvilFreelancer
- Created: 2018-08-16T16:48:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-16T16:50:23.000Z (over 7 years ago)
- Last Synced: 2025-02-09T15:15:34.514Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.