Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghoshnirmalya/gatsby-tailwind-minimal-starter
A starter template for building JAMStack apps using Gatsby and Tailwind CSS
https://github.com/ghoshnirmalya/gatsby-tailwind-minimal-starter
gatsbyjs netlify reactjs tailwindcss
Last synced: about 1 month ago
JSON representation
A starter template for building JAMStack apps using Gatsby and Tailwind CSS
- Host: GitHub
- URL: https://github.com/ghoshnirmalya/gatsby-tailwind-minimal-starter
- Owner: ghoshnirmalya
- License: mit
- Created: 2019-08-04T05:40:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-04T06:43:08.000Z (over 5 years ago)
- Last Synced: 2024-10-12T07:14:57.334Z (4 months ago)
- Topics: gatsbyjs, netlify, reactjs, tailwindcss
- Language: TypeScript
- Homepage: https://gatsby-tailwind-minimal-starter.netlify.com/
- Size: 160 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Sample app built using Gatsby and Tailwind CSS
A starter template for building JAMStack apps using Gatsby and Tailwind CSS
[![Netlify Status](https://api.netlify.com/api/v1/badges/8cab0292-40e0-4b96-8a19-d7b72f928950/deploy-status)](https://app.netlify.com/sites/gatsby-tailwind-minimal-starter/deploys)
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Prerequisites
What things you need to install the software and how to install them
### Cloning
```
git clone [email protected]:ghoshnirmalya/gatsby-tailwindcss.git
```### Installing
A step by step series of examples that tell you how to get a development env running:
```
yarn install
```If you prefer `npm`, then:
```
npm install
```Then, you can run the development server using:
```
yarn dev
```This will spin up the development server at [localhost:8000](http://localhost:8000/).
## Built With
- [Gatsby](https://www.gatsbyjs.org/) - Gatsby is a free and open source framework based on React that helps developers build blazing fast websites and apps
- [Tailwind CSS](https://tailwindcss.com/) - A utility-first CSS framework for
rapidly building custom designs.
- [React](https://reactjs.org/) - A JavaScript library for building user interfaces## Authors
- **Nirmalya Ghosh**
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.