{"id":21570860,"url":"https://github.com/codeandwander/boilerplate","last_synced_at":"2025-03-18T06:14:57.635Z","repository":{"id":157175405,"uuid":"92823997","full_name":"codeandwander/boilerplate","owner":"codeandwander","description":"A boilerplate for developing basic websites, i.e HTML, SCSS and JavaScript.","archived":false,"fork":false,"pushed_at":"2017-09-08T09:47:41.000Z","size":1435,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-24T12:45:40.697Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://codeandwander.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codeandwander.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-05-30T11:01:00.000Z","updated_at":"2017-06-30T12:18:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"e53de6e4-518a-4272-a396-7c3e77fa5bd3","html_url":"https://github.com/codeandwander/boilerplate","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeandwander%2Fboilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeandwander%2Fboilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeandwander%2Fboilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeandwander%2Fboilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeandwander","download_url":"https://codeload.github.com/codeandwander/boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244166760,"owners_count":20409179,"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":[],"created_at":"2024-11-24T11:14:08.779Z","updated_at":"2025-03-18T06:14:57.630Z","avatar_url":"https://github.com/codeandwander.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Boilerplate\n\nA boilerplate for developing basic websites, i.e HTML, SCSS and JavaScript.\n\n## What's included\n* Webpack\n* Webpack Dev Server\n* Style, CSS, SCSS and font loaders - autoprefixer, eslint\n* Production builder, minifies everything\n\n## Installation\n\n```bash\n$ git clone https://github.com/codeandwander/boilerplate.git\n$ cd boilerplate\n$ yarn/npm install\n```\n\n## To run in development\n```bash\n$ npm run dev\n```\n\n## To deploy\n```bash\n$ npm run deploy\n$ //push/upload to hosting provider\n$\n$ npm run start-production //for testing production locally\n```\n\n## Staging env\n```bash\n$ npm run deploy\n$ npm run start-staging\n```\n\n## Application Structure\n\nWork from the assets folder and stay our of the local and production build folders\n\n```\n.\n├── assets                            # Main assets folder\n│   ├── fonts                         # Put all fonts in'ere\n│   ├── html                          # Main index.html template is inside\n│   ├── img                           # Put all images in here\n│   ├── js                            # Put all your JavaScript in here\n│   ├── scss                          # Put all your SCSS in here\n├── local                             # A compiled environment used for development\n├── production                        # A compiled environment used for production\n├── eslintrc.json                     # Keeping JS neat \u0026 tidy\n├── .gitignore                        # Ignore various stuffz\n├── package.json                      # Dependancies and bits\n├── README.md                         # This very file 👀\n├── server.js                         # For serving up our delicious local and production enviroments\n├── webpack.local.config.js           # Handles building local enviroment\n├── webpack.production.config.js      # Handles building production enviroment\n├── yarn.lock                         # Some yarn thing...\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeandwander%2Fboilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeandwander%2Fboilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeandwander%2Fboilerplate/lists"}