https://github.com/netlify/cse-interview-project
https://github.com/netlify/cse-interview-project
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/netlify/cse-interview-project
- Owner: netlify
- Created: 2023-04-21T21:10:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-21T21:32:59.000Z (about 2 years ago)
- Last Synced: 2025-02-25T13:15:43.710Z (4 months ago)
- Language: JavaScript
- Size: 9.82 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Customer Success Interview Project: Performance Audit## 🚀 Quick start
### Install dependencies
```
npm i
```### Start local development
```
npm start
```You'll be able to view the site at http://localhost:8000
### Run and view a production build locally
This is better for testing performance related changes locally since it reflects a production build.
```
npm run build && npm run serve
```You'll be able to view the site at http://localhost:9000
## Learn more
- [Documentation](https://www.gatsbyjs.com/docs/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)
- [Tutorials](https://www.gatsbyjs.com/tutorial/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)
- [Guides](https://www.gatsbyjs.com/tutorial/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)
- [API Reference](https://www.gatsbyjs.com/docs/api-reference/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)
- [Plugin Library](https://www.gatsbyjs.com/plugins?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)
- [Cheat Sheet](https://www.gatsbyjs.com/docs/cheat-sheet/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)