Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marktawa/tags-strapi-bluedolphin
Strapi i18n with ecommerce template
https://github.com/marktawa/tags-strapi-bluedolphin
gatsby graphql i18n strapi
Last synced: 7 days ago
JSON representation
Strapi i18n with ecommerce template
- Host: GitHub
- URL: https://github.com/marktawa/tags-strapi-bluedolphin
- Owner: Marktawa
- License: mit
- Created: 2022-09-13T11:54:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-29T10:43:39.000Z (10 months ago)
- Last Synced: 2024-11-07T20:54:36.496Z (about 2 months ago)
- Topics: gatsby, graphql, i18n, strapi
- Language: JavaScript
- Homepage: https://strapi.io/blog/how-to-build-an-app-with-internationalization-using-gatsby-and-strapi-i18n-plugin
- Size: 32.1 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
# How to Build An App With Internationalization Using Gatsby and Strapi i18n Plugin
[**TUTORIAL LINK**](https://strapi.io/blog/how-to-build-an-app-with-internationalization-using-gatsby-and-strapi-i18n-plugin)
This repository serves as a code container for the tutorial I wrote on [Strapi's Blog](https://strapi.io/blog/how-to-build-an-app-with-internationalization-using-gatsby-and-strapi-i18n-plugin)/).
## App Demo
![App Demo](/docs/app-demo-s.gif)
## Prerequisites
- Node v14.x.x or v16.x.x. Download Node from the [Download | Node.js page](https://nodejs.org/en/download/). I used *Node v16.14.2*
## Getting Started
```bash
# clone the repo
$ git clone https://github.com/Marktawa/tags-strapi-bluedolphin.git# change directory
$ cd tags-strapi-bluedolphin
```### For Strapi
```bash
# navigate to backend directory that holds strapi code
/tags-strapi-bluedolphin $ cd src/backend# install dependencies
/tags-strapi-bluedolphin/src/backend $ npm install# served at http://localhost:1337
/tags-strapi-bluedolphin/src/backend $ npm run develop
```### For Gatsby
```bash
# navigate to frontend directory that holds next.js code
/tags-strapi-bluedolphin $ cd src/frontend# install dependencies
/tags-strapi-bluedolphin/src/frontend $ npm install# served at http://localhost:8000
/tags-strapi-bluedolphin/src/frontend $ npm run start
```> For detailed instructions, [read the blog](https://strapi.io/blog/).
## Tech Stack
* [Gatsby](https://www.gatsbyjs.com/) - Frontend
* [Strapi](https://strapi.io/) - Backend and CMS
* [GraphQL](https://graphql.org/)## Authors
- [Mark Tawanda Munyaka](https://github.com/Marktawa)
## Extra
- You are welcome to make [issues and feature requests](https://github.com/Marktawa/tags-strapi-bluedolphin/issues).
- In case you get stuck at somewhere, feel free to contact at [Mail](mailto:[email protected]).