Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.
/ direflow Public archive

🧩 Use the best of two worlds. Create fast, performant, native Web Components using React.

License

Notifications You must be signed in to change notification settings

Silind-Software/direflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dd1278d Â· Jul 29, 2023
Oct 24, 2020
Feb 10, 2020
Jun 5, 2022
Jul 29, 2023
Jul 29, 2023
Nov 3, 2022
Jun 5, 2022
Jul 1, 2022
Mar 28, 2020
Aug 19, 2020
Oct 19, 2020
Apr 13, 2020
Mar 9, 2020
Oct 1, 2020
Jun 5, 2022
Feb 24, 2020
Jul 29, 2023
Jul 29, 2023
Feb 10, 2020
Feb 26, 2020

Repository files navigation

NPM Version Github License Build Status Code Coverage

Set up a React App and build it as a Web Component

This setup is based on react-scripts from create-react-app
A walkthrough of the principles used in this setup, can be read in this article

Get started

Start by downloading the cli:

npm i -g direflow-cli

Create a new Direflow Component

direflow create

This will bootstrap a new Direflow Component for you. Now use the following commands:

cd <project-folder>
npm install
npm start

Your Direflow Component will start running on localhost:3000 and your browser opens a new window

See full documentation on direflow.io