Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drmvc/demo
Small demo site based on DrMVC Framework
https://github.com/drmvc/demo
demo drmvc-framework example website
Last synced: 18 days ago
JSON representation
Small demo site based on DrMVC Framework
- Host: GitHub
- URL: https://github.com/drmvc/demo
- Owner: drmvc
- License: mit
- Created: 2017-03-23T22:28:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-17T11:17:42.000Z (almost 7 years ago)
- Last Synced: 2024-11-13T20:42:07.065Z (3 months ago)
- Topics: demo, drmvc-framework, example, website
- Language: HTML
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DrMVC Application - Demo
Small demo application based on [DrMVC Application Skeleton](https://github.com/drmvc/app).
## How to install
For first we need clone the demo project
git clone https://github.com/drmvc/demo.git application
cd applicationFor enabling support of `gulpfile.js` need to install `gulp` tool
npm install -g gulp
Now need to install dependencies and build static files
composer update
npm install
gulpLet's run the php localhost server
cd public
php -S localhost:8000Now you can open your web-browser and go to http://localhost:8000
## Links
* [DrMVC Project](https://drmvc.com/)
* [DrMVC Application](https://github.com/drmvc/demo)