Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/obrien-k/bcd-react
https://github.com/obrien-k/bcd-react
babel react webpack
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/obrien-k/bcd-react
- Owner: obrien-k
- Created: 2019-10-23T07:19:01.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-23T04:59:38.000Z (over 1 year ago)
- Last Synced: 2024-10-12T07:22:18.575Z (26 days ago)
- Topics: babel, react, webpack
- Language: JavaScript
- Size: 2.46 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#BigCom.DEV
The goal of this project is to display BigCommerce's APIs in use with other CMS/server-less/etc. The current state of the sidebar is dependent on another [project](https://github.com/obrien-k/whisklist) while still in pursuit. It currently showcases Gatsby, WordPress, and Drupal (albeit, I need to configure this for easier access). Vue should be added soon.
This installs a minimal implementation of React/React-DOM, Babel and Webpack. It also uses BigDesign concepts, that I intend to update.
##Instructions
//TODO
Development
Use the command `npm i -D` to install dev dependencies, and `npm run start` to start a dev server. This will auto-open your default web browser to the dev server.
Production
//TODO
This is running via Netlify on [react.BigCom.DEV](https://react.bigcom.dev).
Use the command `npm run build` to create a bundle.js in your dist directory.