https://github.com/fourkitchens/headless-framework
Headless Drupal Framework
https://github.com/fourkitchens/headless-framework
Last synced: about 1 year ago
JSON representation
Headless Drupal Framework
- Host: GitHub
- URL: https://github.com/fourkitchens/headless-framework
- Owner: fourkitchens
- Created: 2015-04-23T23:32:04.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-28T01:01:15.000Z (about 11 years ago)
- Last Synced: 2025-03-27T18:22:25.040Z (about 1 year ago)
- Language: JavaScript
- Size: 157 KB
- Stars: 7
- Watchers: 37
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
██╗ ██╗██╗ ██╗ ██╗ ██╗███████╗ █████╗ ██████╗ ██╗ ███████╗███████╗███████╗
██║ ██║██║ ██╔╝ ██║ ██║██╔════╝██╔══██╗██╔══██╗██║ ██╔════╝██╔════╝██╔════╝
███████║█████╔╝ ███████║█████╗ ███████║██║ ██║██║ █████╗ ███████╗███████╗
╚════██║██╔═██╗ ██╔══██║██╔══╝ ██╔══██║██║ ██║██║ ██╔══╝ ╚════██║╚════██║
██║██║ ██╗ ██║ ██║███████╗██║ ██║██████╔╝███████╗███████╗███████║███████║
╚═╝╚═╝ ╚═╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═════╝ ╚══════╝╚══════╝╚══════╝╚══════╝
```
_Some starting points for a front-end for Drupal._
## Details and Requirements
Setup tasks include, `bundle install` and `npm install && npm install -g gulp`. Copy `_env.json` to `env.json` and fill in the template values, or use the generator.
## Running the Server
### Local
Run the application with `gulp local`. This starts the application with `nodemon` and `watch` on to enable live-reloading, along with debug logs.