-
Please check out the repo I've created with the finished files. You can use this if you get stuck and need to reference anything.
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
npx gatsby new . https://github.com/contentful/starter-gatsby-blog
-
git init && git add . && git commit -m "project setup" && git branch -M main && git remote add origin https://github.com/GITHUB_USERNAME/PROJECT_NAME.git && git push -u origin main
-
gatsby-contentful-blog
Discontinued [Moved to: https://github.com/andrews1022/contentful-blog-gatsby-starter]
Again, if you are having trouble/unsure how to type the pre-existing components, you can see how I did so here.
-
Answer the questions how you like, but make sure that whichever answers you choose, you make sure to pick the same ones each time you set up ESLint. This way, you can save any custom rules in a separate repo, like I've done here, and copy and paste them in. Now, your code will be consistent across all your projects.
-
TypeScript
-
Text editor of your choice (I will be using VS Code)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Related posts
-
7 practices I learned while developing applications with API Gateway service integrations
-
Filtering TypeScript value types
-
Scripting with VSCode Tasks and Typescript
-
React intellisense alternating between "x={}" and "y", have posted on their github but not getting a fix :(
-
Feature request - inline type aliases