https://github.com/glweems/cheat-day-cheesecake
Cheat Day Cheesecake Website
https://github.com/glweems/cheat-day-cheesecake
foodtruck gatsby react website
Last synced: 3 months ago
JSON representation
Cheat Day Cheesecake Website
- Host: GitHub
- URL: https://github.com/glweems/cheat-day-cheesecake
- Owner: glweems
- License: mit
- Created: 2019-07-05T21:50:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T18:49:21.000Z (over 3 years ago)
- Last Synced: 2025-01-11T15:39:25.647Z (4 months ago)
- Topics: foodtruck, gatsby, react, website
- Language: TypeScript
- Homepage: https://cheatdaycheesecakes.com
- Size: 3.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Cheat Day Cheesecake](https://cheesecake.glweems.com) ยท [](https://app.netlify.com/sites/cheat-day-cheesecake/deploys) [](https://travis-ci.org/glweems/cheat-day-cheesecake) [](https://github.com/glweems/StrapDown.js/blob/master/LICENSE) [](https://www.codacy.com/app/glweems/cheat-day-cheesecake?utm_source=github.com&utm_medium=referral&utm_content=glweems/cheat-day-cheesecake&utm_campaign=Badge_Grade) 
## Website for Denton, TX Food Truck Company
A Gatsby starter with typescript, redux boilerplate, styled-components, strict linting and auto-formatting rules.
## ๐ Getting started
- Clone this project and install all the required dependencies _(e.g. with `npx gatsby new gatsby-example-site https://github.com/glweems/gatsby-starter-ultra-modern`)_
- Start a development server with `yarn develop` or `npm run develop`
- _Other scripts like `build`, [`format`](#automatic-code-formatting), [`type-check`](#static-type-checking) and [`lint`](#linting) are also available_### Deploy
[](https://app.netlify.com/start/deploy?repository=https://github.com/glweemsgatsby-starter-ultra-modern)
## โจ Developer experience
### Automatic code formatting
[Prettier][] aims to provide codebase consistency when multiple developers work on the same project. The main reason behind adopting it is to [stop all the on-going debates over coding styles][].
[prettier]: https://prettier.io/
[stop all the on-going debates over coding styles]: https://prettier.io/docs/en/why-prettier.html### Static type checking
[TypeScript][] adds optional types to JavaScript, preventing several programming mistakes. For a quick guide about using React with it, please refer to the [React TypeScript Cheatsheet][].
[typescript]: https://www.typescriptlang.org/
[react typescript cheatsheet]: https://github.com/sw-yx/react-typescript-cheatsheet### Linting
Source code is linted by [ESLint][], enforcing the [Airbnb JavaScript Style Guide][] through an overridable set of rules provided by [eslint-config-airbnb][].
[eslint]: https://eslint.org/
[airbnb javascript style guide]: https://github.com/airbnb/javascript
[eslint-config-airbnb]: https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb