{"id":15177350,"url":"https://github.com/sbolel/express-pug-starter","last_synced_at":"2025-10-01T16:31:14.382Z","repository":{"id":70009316,"uuid":"62360533","full_name":"sbolel/express-pug-starter","owner":"sbolel","description":"Starter Node.js server with Express.js, Pug, scss, Mocha, Standard, eslint, and Contentful for CMS","archived":true,"fork":false,"pushed_at":"2017-05-10T23:46:49.000Z","size":61,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-15T14:16:14.435Z","etag":null,"topics":["circleci","cms","contentful","example","express","expressjs","mocha","nodejs","pug","sass","scss","starter-app","starter-kit"],"latest_commit_sha":null,"homepage":"http://sbolel.github.io/express-pug-starter","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sbolel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-01T03:47:58.000Z","updated_at":"2023-04-05T05:04:13.000Z","dependencies_parsed_at":"2023-02-22T19:00:38.296Z","dependency_job_id":null,"html_url":"https://github.com/sbolel/express-pug-starter","commit_stats":{"total_commits":52,"total_committers":3,"mean_commits":"17.333333333333332","dds":"0.21153846153846156","last_synced_commit":"c5ab3c28bc0fec74b8e8e8ad467bf9a44b578d4b"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbolel%2Fexpress-pug-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbolel%2Fexpress-pug-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbolel%2Fexpress-pug-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbolel%2Fexpress-pug-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sbolel","download_url":"https://codeload.github.com/sbolel/express-pug-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234882637,"owners_count":18901301,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["circleci","cms","contentful","example","express","expressjs","mocha","nodejs","pug","sass","scss","starter-app","starter-kit"],"created_at":"2024-09-27T14:21:25.286Z","updated_at":"2025-10-01T16:31:14.114Z","avatar_url":"https://github.com/sbolel.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# express-pug-starter\n\n[![NPM version][npm-image]][npm-url]\n[![License][license-image]][license-url]\n[![NPM Dependency Status][daviddm-image]][daviddm-url]\n[![NPM downloads][npm-downloads-image]][npm-url]\n\u003cbr/\u003e\n[![circle-ci][build-image]][build-url]\n[![Test Coverage](https://codeclimate.com/github/sbolel/express-pug-starter/badges/coverage.svg)](https://codeclimate.com/github/sbolel/express-pug-starter/coverage)\n[![Code Climate][codeclimate-image]][codeclimate-url]\n[![js-standard][standard-image]][standard-url]\n\n\nRequires [Node.js](https://nodejs.org/) and [npm](https://www.npmjs.org/), which can both be installed by following the instructions on https://nodejs.org/. Installing Node.js also installs npm.\n\n#### Getting Started\n\n```sh\ngit clone https://github.com/sbolel/express-pug-starter.git\ncd express-pug-starter\ncp .env_sample .env     # create dotenv file\nnpm install             # install dependencies\n```\n\n##### Server\n\n`npm start` - start application on [localhost:4000](http://localhost:4000/)\n\n`npm run debug` - for debugging, start the app using [nodemon][nodemon]\n\n##### Tests\n\n`npm test` – run tests with [Mocha][mocha], validate standard style, generate coverage report (`.coverage/`)\n\n##### Styles\n\n`npm run sass` - compile scss\n\n`npm run sass:watch` - compile scss, watch for changes\n\n#### Coverage\n\n```\n=============================== Coverage summary ===============================\nStatements   : 78.18% ( 86/110 )\nBranches     : 45.45% ( 10/22 )\nFunctions    : 40% ( 2/5 )\nLines        : 77.78% ( 84/108 )\n================================================================================\n```\n\n\u003c!-- LINKS --\u003e\n\n[npm-image]: https://img.shields.io/npm/v/express-pug-starter.svg\n[npm-url]: https://npmjs.org/package/express-pug-starter\n[npm-downloads-image]: https://img.shields.io/npm/dm/express-pug-starter.svg\n[daviddm-image]: https://img.shields.io/david/sbolel/express-pug-starter.svg\n[daviddm-url]: https://david-dm.org/sbolel/express-pug-starter\n[license-image]: https://img.shields.io/npm/l/express-pug-starter.svg\n[license-url]: https://github.com/sbolel/express-pug-starter/blob/master/LICENSE\n[standard-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg\n[standard-url]: http://standardjs.com/\n[build-image]: https://circleci.com/gh/sbolel/express-pug-starter.svg?style=shield\n[build-url]: https://circleci.com/gh/sbolel/express-pug-starter\n[codeclimate-image]: https://codeclimate.com/github/sbolel/express-pug-starter/badges/gpa.svg\n[codeclimate-url]: https://codeclimate.com/github/sbolel/express-pug-starter\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbolel%2Fexpress-pug-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsbolel%2Fexpress-pug-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbolel%2Fexpress-pug-starter/lists"}