An open API service indexing awesome lists of open source software.

https://github.com/manuelernesto/designcode-react-clone


https://github.com/manuelernesto/designcode-react-clone

gatsby javascript reactjs

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          



Gatsby



Gatsby's default starter

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.

_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/)._

## 🚀 Quick start

1. **Create a Gatsby site.**

Use the Gatsby CLI to create a new site, specifying the default starter.

```shell
# create a new Gatsby site using the default starter
gatsby new designcodeweb https://github.com/mengto/gatsby-starter-designcode
```

1. **Start developing.**

Navigate into your new site’s directory and start it up.

```shell
cd designcodeweb/
gatsby develop
```

1. **Open the source code and start editing!**

Your site is now running at `http://localhost:8000`!

_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)._

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!