Skip to content

Latest commit

 

History

History
68 lines (53 loc) · 1.73 KB

File metadata and controls

68 lines (53 loc) · 1.73 KB

Developer Bacon Starter Pack

This template is more out of date from Developer Bacon than I would like, so I will be updating this template soon.

Directory Structure

developerbacon.ca
 ├── src
 │  ├── articles
 │  ├── assets
 │  │  ├── fonts
 │  │  ├── images
 │  │  ├── scripts
 │  │  │  └── main.js
 │  │  └── styles
 │  │     ├── mixins
 │  │     └── main.scss
 │  ├── components
 │  ├── layouts
 │  ├── pages
 │  ├── templates
 │  ├── favicon.png
 │  ├── App.vue
 │  ├── index.html
 │  └── main.js
 ├── .editorconfig
 ├── .gitattributes
 ├── .gitignore
 ├── gridsome.config.js
 ├── gridsome.server.js
 ├── package.json
 └── README.md

Getting Started

Technologies Used

Starting Development

To start development for this template you will need NPM which comes from Node.js and run the following commands.

npm install
npm run start

If you have Yarn installed you can use the following commands.

yarn
yarn start

Setting up components

For info on setting up the components like the contact page and comments can be found in README files in the same directory/folder as the component.

Learning about gridsome

To find out more about how gridsome works and everthing that you need to know about Gridsome, go to their official website