Skip to content

Latest commit

 

History

History
 
 

react-static-plugin-evergreen

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

react-static-plugin-evergreen

A React-Static plugin that adds SSR support for evergreen

Installation

  • Install via NPM or Yarn:
$ yarn add react-static-plugin-evergreen evergreen-ui
  • Add it to your static.config.js:
export default {
  plugins: ['react-static-plugin-evergreen'],
}