Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/big-silver/react-gatsby-tangomodel
The Tangomodel website in React.js + Gatsby
https://github.com/big-silver/react-gatsby-tangomodel
bootstrap css3 gatsby html5 javascript reactjs thunk
Last synced: 2 months ago
JSON representation
The Tangomodel website in React.js + Gatsby
- Host: GitHub
- URL: https://github.com/big-silver/react-gatsby-tangomodel
- Owner: Big-Silver
- License: mit
- Created: 2019-06-02T13:35:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:30:17.000Z (about 2 years ago)
- Last Synced: 2023-03-07T02:52:38.927Z (almost 2 years ago)
- Topics: bootstrap, css3, gatsby, html5, javascript, reactjs, thunk
- Language: CSS
- Homepage:
- Size: 5.42 MB
- Stars: 10
- Watchers: 0
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React-Gatsby-Tangomodel
Tangomodel site in React & GatsbyFor an overview of the project structure please refer to the [Gatsby documentation - Building with Components](https://www.gatsbyjs.org/docs/building-with-components/).
## Install
Make sure that you have the Gatsby CLI program installed:
```sh
npm install --global gatsby-cli
```And run from your CLI:
```sh
gatsby new gatsby-example-site
```Then you can run it by:
```sh
cd gatsby-example-site
gatsby develop
```## Deploy
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/gatsbyjs/gatsby-starter-default)