ericclemmons / codelift
- воскресенье, 15 декабря 2019 г. в 00:30:41
TypeScript
A "No Code" GUI for your existing React code.
A "No Code" GUI for your existing React app.
Within your project:
yarn add codelift --dev
For create-react-app:
yarn codelift start
For Next.js:
yarn codelift dev
(codelift runs yarn ____ with whatever you provide)
Add import "codelift/register" to the top of your src/App.tsx.
:hover, etc. classesyarn cra or yarn next to run the CRA or Next.js examples, respectively.