An open API service indexing awesome lists of open source software.

https://github.com/front-commerce/developers.front-commerce.com

Front-Commerce is an agnostic frontend for ecommerce based on headless commerce & modern technologies: NodeJS, React, GraphQL. Our frontend connects to leading backends like Magento or BigCommerce with total coverage, & integrates seamlessly with solutions including Prismic, Contentful, TwicPics, Adyen, Stripe, Algolia.
https://github.com/front-commerce/developers.front-commerce.com

dx e-commerce front-end performance react

Last synced: 2 months ago
JSON representation

Front-Commerce is an agnostic frontend for ecommerce based on headless commerce & modern technologies: NodeJS, React, GraphQL. Our frontend connects to leading backends like Magento or BigCommerce with total coverage, & integrates seamlessly with solutions including Prismic, Contentful, TwicPics, Adyen, Stripe, Algolia.

Awesome Lists containing this project

README

          

> [!WARNING]
> This repository has been archived. Our documentation has moved to a new home! 🏡
>
> You can now find our latest documentation in our [private GitLab repository](https://gitlab.blackswift.cloud/front-commerce/front-commerce/-/tree/main/docs/developers). If you're a Front-Commerce customer, you should already have access to it.
>
> For public documentation, please visit [our official documentation website](https://developers.front-commerce.com).

# Front-Commerce — Developers area

[![Netlify Status](https://api.netlify.com/api/v1/badges/83adbe80-06e7-4941-97d4-db3dca7590e8/deploy-status)](https://app.netlify.com/sites/heuristic-almeida-1a1f35/deploys)

This is the source code for the https://developers.front-commerce.com website.

Please use Github issues and PR for feedbacks, suggestions and improvements.

## License

This contents in this repository is licensed under the Creative Commons
Attribution-NonCommercial-ShareAlike 4.0 International License. To view a copy
of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0/ or send
a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.

The code though is under
[MIT License](https://github.com/front-commerce/developers.front-commerce.com/blob/main/LICENSE.md).

### Installation

```
$ npm install
```

### Local Development

```
$ npm start
```

This command starts a local development server and opens up a browser window.
Most changes are reflected live without having to restart the server.

### Build

```
$ npm build
```

This command generates static content into the `build` directory and can be
served using any static contents hosting service.

### Run

```
$ npm serve
```

This command generates static content into the `build` directory and can be
served using any static contents hosting service.