Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.13 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.13 KB

Build and test

JetKit 🚀

JetKit is a set of components and libraries for building web and mobile applications that work together to accelerate development and share common components without a lot of copy-pasting of code.

This package is for React and TypeScript projects.

Configuration

API Client

To configure your project to use an API client that is compatible with a JetKit backend server, create a .env file with the contents:

REACT_APP_BASE_URL=http://localhost:5000/api

Alternatively, if you're using NEXT JS, you could use its native public env variable, naming the variable as follows:

NEXT_PUBLIC_BASE_URL=http://localhost:5000/api

Hacking

It is suggested to use the project and storybook from the component-library directory to mock and develop components against.

cd component-library
npm run storybook