Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cosmicjs/react-static-blog
Blazing fast blog built using React Static that utilizes the power of Cosmic JS
https://github.com/cosmicjs/react-static-blog
Last synced: 23 days ago
JSON representation
Blazing fast blog built using React Static that utilizes the power of Cosmic JS
- Host: GitHub
- URL: https://github.com/cosmicjs/react-static-blog
- Owner: cosmicjs
- Created: 2019-06-26T19:43:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T01:28:05.000Z (about 2 years ago)
- Last Synced: 2024-11-01T19:36:44.515Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://cosmicjs.com/apps/react-static-blog
- Size: 5.19 MB
- Stars: 9
- Watchers: 4
- Forks: 5
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-blazingly-fast - react-static-blog - Blazing fast blog built using React Static that utilizes the power of Cosmic JS (JavaScript)
README
# React-Static + Cosmic JS
![react-static-cosmicjs-blog](public/thumbnail.PNG "The index page of the starter blog")
> This repo contains an example blog website that is built with [React-Static](https://react-static.js.org), and [Cosmic JS](https://www.cosmicjs.com).
### [View Demo](https://cosmicjs.com/apps/react-static-blog)
## Prerequisites
- Node (I recommend using v8.2.0 or higher)
- [React-Static CLI](https://react-static.js.org)## Getting Started
``` bash
git clone https://github.com/sumitkharche/react-static-cosmicjs-blog.git
cd react-static-cosmicjs-blog
npm install or yarn install
```
### Run
``` bash
npm run start
```
Open http://localhost:3000.### Production
``` bash
npm run build
```