https://github.com/manuelernesto/designcode-react-clone
https://github.com/manuelernesto/designcode-react-clone
gatsby javascript reactjs
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/manuelernesto/designcode-react-clone
- Owner: manuelernesto
- License: 0bsd
- Created: 2021-12-18T13:55:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-27T08:38:54.000Z (over 3 years ago)
- Last Synced: 2025-01-21T16:44:13.489Z (9 months ago)
- Topics: gatsby, javascript, reactjs
- Language: JavaScript
- Homepage:
- Size: 743 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Gatsby's default starterKick 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!