Choose a tech stack and start building your first components:
You can list the component templates available in your workspace:
Create components on the cloud
Use Cloud Workspaces for a ready-to-go, web-based and integrated development environment for building your components.
Create a React app by running the following command:
You can now run the app locally using bit run:
The application is now running on the host displayed in the output. You can learn more on creating apps on the create apps docs.
You can now create a UI component and use it in your app. Run the following command to create a UI component:
This will create the component in the corresponding directory, and will link this a component in your workspace node_modules directory.
You can use components in your apps, components and projects using the chosen module name:
import { InputText } from '@my-org/my-platform.login';
You can install external dependencies using bit install. You can find more information on installing dependencies here.
You can preview components and their documentation during development by starting the Bit Workspace UI:
Below you can find guides for creating specific component types for your architecture needs.