Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elasticpath/composable-frontend
https://github.com/elasticpath/composable-frontend
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/elasticpath/composable-frontend
- Owner: elasticpath
- License: mit
- Created: 2022-12-01T18:12:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T14:51:33.000Z (4 months ago)
- Last Synced: 2024-09-10T12:18:18.508Z (4 months ago)
- Language: TypeScript
- Homepage: https://composable-frontend-algolia.vercel.app
- Size: 6.12 MB
- Stars: 37
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Elastic Path Composable Frontend
![API First](https://github.com/elasticpath/mason/assets/3082064/8be38417-6b96-4228-ba6e-e5472e049b27)
Composable Frontend is your go-to tooling for Elastic Path storefronts, it accelerates storefront creation, customization, and deployment. Elevate your e-commerce experience with Composable Frontend's powered by [Elastic Path](https://www.elasticpath.com/).
## Setup
```bash
pnpm install
```Generate the types for schematic schemas during development
```bash
pnpm generate
```## What's inside?
This turborepo uses [PNPM](https://pnpm.io/) as a package manager.
### Build
To build all apps and packages, run the following command:
```bash
pnpm build
```