8000 GitHub - bit-demos/ecommerce: E-commerce Demo built with Bit components in React and TypeScript.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bit-demos/ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-commerce Demo built with Bit components in React

The ecommerce scope is made up of components from the base-ui scope and these components are used to compose the store apps.

CleanShot 2021-08-10 at 23 26 40@2x

Exported components can be seen here

CleanShot 2021-08-10 at 19 48 13@2x

If you would like to import(clone) the project to take it for a test run make sure you have bit installed.

npm i -g @teambit/bvm
bvm install

Create an empty workspace. (skip this step if you want to import the components into an already created workspace)

bit new react ecommerce --empty

Use the bit import command to import all components into your workspace. This is similar to cloning a project.

bit import "learn-bit-react.ecommerce/*"

Copy the workspace.jsonc file from this repository and replace the one in your workspace. This will ensure you have the correct dependencies and environments set.

Start the dev server

bit start

You should now see all the ecommerce components on localhost:3000

About

E-commerce Demo built with Bit components in React and TypeScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0