Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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]).