gatsby-bigcommerce-netlify-cms-starter
Example Gatsby, BigCommerce and Netlify CMS project meant to jump start JAMStack ecommerce sites.
File Explorer
Download Latest Version (.zip)- bug_report.md
- custom.md
- feature_request.md
- AboutPagePreview.js
- BlogPostPreview.js
- IndexPagePreview.js
- ProductPagePreview.js
- cms.js
- AddToCartButton.js
- Cart.js
- CurrencyFormatter.js
- Notify.css
- Notify.js
- ProductCard.js
- ProductPrices.js
- all.sass
- BlogItem.js
- BlogRoll.js
- Content.js
- Footer.js
- Layout.css
- Layout.js
- Loader.js
- loading.css
- Navbar.js
- PhotoGrid.js
- PreviewCompatibleImage.js
- Pricing.js
- SiteMetadata.js
- Testimonials.js
- CartProvider.js
- PriceProvider.js
- useWindow.js
- facebook.svg
- instagram.svg
- twitter.svg
- vimeo.svg
- github-icon.svg
- logo-footer.png
- logo-header.png
- bigcommerce.js
- index.md
- 2019-10-11-shopping-with-business-cat.md
- 2019-10-15-the-cosmos-awaits.md
- index.js
- index.js
- index.js
- thanks.js
- index.md
- index.js
- 404.js
- index.md
- about-page.js
- blog-post.js
- index-page.js
- product-details.js
- product-page.js
- tags.js
- config.yml
- accessory-art.jpg
- animal-business-cat.jpg
- apple-touch-icon.png
- architecture-blur.jpg
- art-chairs.jpg
- arts-and-crafts.jpg
- assorted-boutique.jpg
- background-bags-bows.jpg
- bags-commerce-hanging.jpg
- bazaar-home.jpg
- boutique-bright-business.jpg
- city-background.jpg
- close-up-cloth.jpg
- default-bc-product.png
- favicon-16x16.png
- favicon-32x32.png
- retail-shop.jpg
- safari-pinned-tab.svg
- .gitignore
- _headers
- gatsby-browser.js
- gatsby-config.js
- gatsby-node.js
- LICENSE
- netlify.toml
- package-lock.json
- package.json
- README.md
- renovate.json
- SAMPLE.env
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/bigcommerce/gatsby-bigcommerce-netlify-cms-starter
Downloads the entire project code from GitHub to your computer.
cd gatsby-bigcommerce-netlify-cms-starter
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Node.js Node.js must be installed to use npm.
npm install --global --production windows-build-tools
Installs the package published on the npm registry globally โ no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
$ yarn
Type this command into your terminal and run it.
$ npm run start
Starts the development/run server.
$ npm run build
Builds optimized production files.
$ npm run serve
Type this command into your terminal and run it.
npm config set python python2.7
Runs the Python script (or module).
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
