Simple React app template built with Flow component sytnax! 🔥
-
Create the project.
npx degit alexmckenley/react-flow-vite-template my-app
-
Access the project directory.
cd my-app
-
Initialize a git repository.
git init
-
Install dependencies.
yarn install
-
Start dev server with hot reload at http://localhost:3000.
yarn run dev
yarn run lint
yarn run format
yarn run build
yarn run serve
For real-time IDE hints in VSCode, install the Flow Language Support extension and set the following configuration value:
{
"flow.pathToFlow": "${workspaceFolder}/node_modules/flow-bin/vendor/flow",
}
This project is licensed under the MIT License.