You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kick off your project with this default boilerplate. This starter ships with the main Gatsby configuration files you might need to get up and running blazing fast with the blazing fast app generator for React.
12
-
13
-
_Have another more specific idea? You may want to check out our vibrant collection of [official and community-created starters](https://www.gatsbyjs.com/docs/gatsby-starters/)._
Use the Gatsby CLI ([install instructions](https://www.gatsbyjs.com/docs/tutorial/part-0/#gatsby-cli)) to create a new site, specifying the default starter.
8
+
1.**Install the dependencies**
20
9
21
10
```shell
22
-
# create a new Gatsby site using the default starter
23
-
gatsby new my-default-starter https://github.com/gatsbyjs/gatsby-starter-default
11
+
npm install
24
12
```
25
13
26
14
1. **Start developing.**
27
15
28
-
Navigate into your new site’s directory and start it up.
29
-
30
16
```shell
31
-
cd my-default-starter/
32
-
gatsby develop
17
+
npm start
33
18
```
34
19
35
20
1. **Open the source code and start editing!**
@@ -38,13 +23,6 @@ _Have another more specific idea? You may want to check out our vibrant collecti
38
23
39
24
_Note: You'll also see a second link: _`http://localhost:8000/___graphql`_. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the [Gatsby tutorial](https://www.gatsbyjs.com/tutorial/part-five/#introducing-graphiql)._
40
25
41
-
Open the `my-default-starter` directory in your code editor of choice and edit `src/pages/index.js`. Save your changes and the browser will update in real time!
42
-
43
-
## 🚀 Quick start (Gatsby Cloud)
44
-
45
-
Deploy this starter with one click on [Gatsby Cloud](https://www.gatsbyjs.com/cloud/):
46
-
47
-
[<img src="https://www.gatsbyjs.com/deploynow.svg" alt="Deploy to Gatsby Cloud">](https://www.gatsbyjs.com/dashboard/deploynow?url=https://github.com/gatsbyjs/gatsby-starter-default)
48
26
49
27
## 🧐 What's inside?
50
28
@@ -96,10 +74,3 @@ Looking for more guidance? Full documentation for Gatsby lives [on the website](
96
74
97
75
- **To dive straight into code samples, head [to our documentation](https://www.gatsbyjs.com/docs/).** In particular, check out the _Guides_, _API Reference_, and _Advanced Tutorials_ sections in the sidebar.
98
76
99
-
## 💫 Deploy
100
-
101
-
[Build, Deploy, and Host On The Only Cloud Built For Gatsby](https://www.gatsbyjs.com/products/cloud/)
102
-
103
-
Gatsby Cloud is an end-to-end cloud platform specifically built for the Gatsby framework that combines a modern developer experience with an optimized, global edge network.
0 commit comments