https://github.com/snipcart/strapi-react-snipcart
React E-Commerce App Built on Top of Strapi
https://github.com/snipcart/strapi-react-snipcart
demo nodejs react single-page-app snipcart strapi
Last synced: about 2 months ago
JSON representation
React E-Commerce App Built on Top of Strapi
- Host: GitHub
- URL: https://github.com/snipcart/strapi-react-snipcart
- Owner: snipcart
- Created: 2018-08-02T17:56:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-06T19:38:12.000Z (over 5 years ago)
- Last Synced: 2025-03-28T10:50:21.966Z (2 months ago)
- Topics: demo, nodejs, react, single-page-app, snipcart, strapi
- Language: JavaScript
- Homepage: https://snipcart.com/blog/node-js-react-strapi-tutorial
- Size: 162 KB
- Stars: 73
- Watchers: 7
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Using Strapi for Node.js Content Management with a React SPA

Node.js and React are two of the most powerful tools in the JavaScript ecosystem. In this tutorial, we use Strapi for Node.js content management and strap it to a React frontend, resulting in a full JS SPA.
Steps:
- Setting up a Node.js backend for Strapi with MongoDB.
- Creating appropriate content types in Strapi for the SPA.
- Building a React SPA (a basic online shop) with create-react-app.
- Bundling & deploying the Universal JS app!In the process, I reflected a lot about this kind of Universal JavaScript stack and its place in the developer's space.
> Read the full tutorial [here](https://snipcart.com/blog/node-js-react-strapi-tutorial)
> Find the live demo [here](https://snipcart-strapi-react.netlify.com/)
Enjoy folks!