To get started straight away run bit start
and open localhost:3000. It may take a while to build the first time you run this command as it is building the whole User Interface for your development environment.
bit start
- UI Components and a Page Component
Some basic components with composition file, doc file, test file, scss styles and the component file which is then exported using the index file.
- .bitmap
This is an auto-generated file and includes the mapping of your components. There is one component included here. In order to remove this component you can run the following command.
bit remove ui/* --delete files
This remove the component from the bitmap as well as remove the files.
- .gitignore
Ignoring any files from version control
- workspace.jsonc
This is the main configuration file of your bit workspace. Here you can modify the workspace name and icon as well as default directory and scope. It is where dependencies are found when you install anything. It is also where you register aspects, bit extensions as well as apply the environments for your components. This workspace has been setup so that all components use the React env. However you can create other components and apply other envs to them such as node, html, angular and aspect envs.