About flow Flow is a design framework that aims to be the fastest way to go from prototype to implementation. You can learn more about @cldcvr/flow-core.
Flow starer kit - ReactJS The purpose of the starter kits is to get a new frontend project up and running with all the basic requirements. You can add, remove or modify anything and use any other libraries /tools you prefer. Each starter kit comes baked with
- ReactJS
- flow-core - building blocks for all flow components, templates, dependencies, and themes.
- flow-icons - system icons for a basic interface
- layouts
- Responsive templates (top-nav and left-nav)
- Interactions ready, for example - Clicking on the profile icon, will open a profile details popup
- Dark and light theme
- Custom themes (coming soon)
- Swappable templates
- Create a new repository from flow-starterkit-react
https://github.com/cldcvr/flow-starterkit-react/generate
- Clone and install the new repo
yarn install
- Development
yarn start