Skip to content

Latest commit

 

History

History
executable file
·
42 lines (26 loc) · 735 Bytes

README.md

File metadata and controls

executable file
·
42 lines (26 loc) · 735 Bytes

Binary Option

style: styled-components

Stack

This static website is built on the following tech

  • Create React App
  • React-Router DOM
  • Styled Component
  • Rebass

Initialization

Fork this repo into whatever you're building. Then feel free to change names and titles for your application.

Installation

Make sure you have Node.js v9.0+ and yarn installed, then run:

yarn install

Development

Start a dev server with live-reload by running:

yarn start

Build & Deploy

To build, run:

yarn build

Contribution