Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rahulvyas1/gatsby-landing-page-email-signup
Landing page for SaaS products to capture emails built using React, Gatsbyjs
https://github.com/rahulvyas1/gatsby-landing-page-email-signup
Last synced: 9 days ago
JSON representation
Landing page for SaaS products to capture emails built using React, Gatsbyjs
- Host: GitHub
- URL: https://github.com/rahulvyas1/gatsby-landing-page-email-signup
- Owner: rahulvyas1
- License: mit
- Created: 2019-07-07T20:33:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T03:52:42.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T13:46:09.124Z (over 1 year ago)
- Language: JavaScript
- Size: 51.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
HiStaff Static WebsiteIt's a starter static website which useful plugins based on [Gatsby](https://www.gatsbyjs.org/) .
## π Quick start
1. **Install the Gatsby CLI.**
```shell
npm install -g gatsby-cli
```2. **Create a Gatsby site from HiStaff.**
```sh
gatsby new histaff https://github.com/histaff/website-static/
```3. **Start the site in `develop` mode.**
Next, move into your new siteβs directory and start it up:
```sh
cd histaff/
gatsby develop
```4. **Open the source code and start editing!**
Your site is now running at `http://localhost:8000`. Open the `histaff` directory in your code editor of choice and edit `src/pages/index.js`. Save your changes, and the browser will update in real time!
At this point, youβve got a fully functional Gatsby website. For additional information on how you can customize your Gatsby site, see our [plugins](https://gatsbyjs.org/plugins/) and [the official tutorial](https://gatsbyjs.org/tutorial/).
## π§ Features
* Support SCSS
* Web font loader (Google and custom font)
* Sample pages for starter
* Clean code and structure