This repo contains an example blog website that is built with React-Static, and Cosmic JS.
- Node (I recommend using v8.2.0 or higher)
- React-Static CLI
git clone https://github.com/sumitkharche/react-static-cosmicjs-blog.git
cd react-static-cosmicjs-blog
npm install or yarn install
npm run start
Open http://localhost:3000.
npm run build