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

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

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)