highoutput-test1
v0.8.10
Published
High Output configuration and scripts for create react app.
Downloads
1
Readme
highoutput-react-scripts
This package includes scripts and configuration used by High Output Labs.
Using typescript
To start a new Create React App project with TypeScript, you can run:
npx create-react-app [your-app-name] --scripts-version highoutput-react-scripts --typescript
Setting up apollo configuration
Open ./src/.env
file, and then change the REACT_APP_GRAPHQL_ENDPOINT
with your graphql endpoint.
Default component library
Out of the box it uses Sancho UI as the default component library. The library utilizes React hooks for the implementaion of its component library.