freeCodeCamp/packages/learn
2018-09-27 20:05:31 +05:30
..
plugins/fcc-source-challenges initial commit 2018-09-27 20:05:31 +05:30
seed initial commit 2018-09-27 20:05:31 +05:30
src Fix codemirror SSR 2018-09-27 20:05:31 +05:30
static/bootstrap3 initial commit 2018-09-27 20:05:31 +05:30
utils initial commit 2018-09-27 20:05:31 +05:30
.eslintignore initial commit 2018-09-27 20:05:31 +05:30
.eslintrc initial commit 2018-09-27 20:05:31 +05:30
.gitignore initial commit 2018-09-27 20:05:31 +05:30
.prettierrc Inital commit 2018-09-27 20:05:29 +05:30
gatsby-browser.js initial commit 2018-09-27 20:05:31 +05:30
gatsby-config.js initial commit 2018-09-27 20:05:31 +05:30
gatsby-node.js initial commit 2018-09-27 20:05:31 +05:30
gatsby-ssr.js initial commit 2018-09-27 20:05:31 +05:30
LICENSE Inital commit 2018-09-27 20:05:29 +05:30
package-lock.json Inital commit 2018-09-27 20:05:29 +05:30
package.json initial commit 2018-09-27 20:05:31 +05:30
README.md Inital commit 2018-09-27 20:05:29 +05:30
sample.env Inital commit 2018-09-27 20:05:29 +05:30
webpack-frame-runner.js initial commit 2018-09-27 20:05:31 +05:30
yarn.lock initial commit 2018-09-27 20:05:31 +05:30

gatsby-starter-default

The default Gatsby starter.

For an overview of the project structure please refer to the Gatsby documentation - Building with Components.

Install

Make sure that you have the Gatsby CLI program installed:

npm install --global gatsby-cli

And run from your CLI:

gatsby new gatsby-example-site

Then you can run it by:

cd gatsby-example-site
npm run develop

Deploy

Deploy to Netlify