Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kishan2029/wisdom_hatch
This Gatsby React.js application is a clone of the site https://wisdomhatch.com/, aiming to understand the performance, effort, and suitability of Gatsby compared to React.js and Next.js for building static applications. It leverages Tailwind CSS for styling.
https://github.com/kishan2029/wisdom_hatch
gatsby reactjs responsive-web-design tailwindcss
Last synced: 4 days ago
JSON representation
This Gatsby React.js application is a clone of the site https://wisdomhatch.com/, aiming to understand the performance, effort, and suitability of Gatsby compared to React.js and Next.js for building static applications. It leverages Tailwind CSS for styling.
- Host: GitHub
- URL: https://github.com/kishan2029/wisdom_hatch
- Owner: Kishan2029
- Created: 2023-06-24T13:56:59.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-26T16:08:22.000Z (9 months ago)
- Last Synced: 2024-02-26T17:31:52.479Z (9 months ago)
- Topics: gatsby, reactjs, responsive-web-design, tailwindcss
- Language: JavaScript
- Homepage: https://wisdom-hatch.netlify.app/
- Size: 1.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Wisdom Hatch
## :dart: About
This Gatsby React.js application is a clone of the site https://wisdomhatch.com/, aiming to understand the performance, effort, and suitability of Gatsby compared to React.js and Next.js for building static applications. It leverages Tailwind CSS for styling.
## :rocket: TechnologiesThe following tools were used in this project:
- React
- Tailwind CSS
- GatsBy
## Deploy Link
https://wisdom-hatch.netlify.app/## :checkered_flag: Starting
```bash
# Run Project
$ npm i # Install dependencies
$ npm run dev # development run
$ npm run start # production run# The server will initialize in the
```