Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 388 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 388 Bytes

React-Static - Basic Example

This example is the most basic version of react-static available. It includes:

  • Babel
  • CSS imports
  • Image imports
  • File imports
  • Automatic Routing

To get started, run react-static create and use the basic template.

Getting started

  • install yarn npm install -g yarn

  • install the dependencies yarn install

  • run the app yarn start