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.
- Host: GitHub
- URL: https://github.com/front-commerce/developers.front-commerce.com
- Owner: front-commerce
- License: mit
- Created: 2018-03-13T12:13:54.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T05:00:45.000Z (over 1 year ago)
- Last Synced: 2024-12-11T06:17:42.409Z (over 1 year ago)
- Topics: dx, e-commerce, front-end, performance, react
- Language: MDX
- Homepage: https://developers.front-commerce.com/
- Size: 190 MB
- Stars: 14
- Watchers: 3
- Forks: 8
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Changelog: changelog/assets/2.11-b2b-screens.png
- License: LICENSE.md
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
[](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.