npm install basis!CI
``shell`
npm install --save basis @emotion/core prop-types
Install the fonts that your theme needs. For example, if you are using the default theme:
`shell`
npm install --save typeface-{montserrat,roboto}
`jsx
import React from "react";
import { BasisProvider, defaultTheme, Text } from "basis";
import "typeface-montserrat";
import "typeface-roboto";
function App() {
return (
);
}
export default App;
`
`shell`
npm install
npm start
- Formidable Labs for creating react-live.
- Ryan Seddon for creating react-frame-component.
- Sharvil Nanavati for providing the basis` npm package name.
- Vercel for outstanding deployment experience.
MIT