https://github.com/stophecom/prismic-webapp-boilerplate
Front-end web app using gulp with prismic.io as CMS
https://github.com/stophecom/prismic-webapp-boilerplate
Last synced: about 1 year ago
JSON representation
Front-end web app using gulp with prismic.io as CMS
- Host: GitHub
- URL: https://github.com/stophecom/prismic-webapp-boilerplate
- Owner: stophecom
- Created: 2017-02-05T10:39:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-05T11:09:15.000Z (over 9 years ago)
- Last Synced: 2025-02-07T10:25:49.825Z (over 1 year ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# prismic-webapp-boilerplate
Front-end web app using gulp and prismic.io as the CMS backend.
(Initially used https://github.com/yeoman/generator-webapp as a starting point)
## Getting Started
- Install: `npm install --global gulp-cli bower`
- Install node packages: `npm install`
- Install bower packages: `bower install`
## Prismic.io
- Signup at [Prismic.io](https://prismic.io/), create documents and publish them.
- Adjust `/app/config.json`
- Adjust prismic query in `/app/main.js`
## Run App
- Run `gulp serve` to preview and watch for changes
- Run `bower install --save ` to install frontend dependencies
- Run `gulp serve:test` to run the tests in the browser
- Run `gulp` to build your webapp for production
- Run `gulp serve:dist` to preview the production build
## License
[BSD license](https://opensource.org/licenses/bsd-license.php)