This repository serves as a code container for the tutorial I wrote on Strapi's Blog.
- Node v14.x.x or v16.x.x. Download Node from the Download | Node.js page. I used Node v16.14.2
- .NET Core SDK
# clone the repo
$ git clone https://github.com/Marktawa/tags-strapi-purplerhino.git
# change directory
$ cd tags-strapi-purplerhino
# navigate to backend directory that holds strapi code
/tags-strapi-purplerhino $ cd src/backend
# install dependencies
/tags-strapi-purplerhino/src/backend $ npm install
# served at http://localhost:1337
/tags-strapi-purplerhino/src/backend $ npm run develop
# navigate to frontend directory
/tags-strapi-purplerhino $ cd src/frontend
# served at http://localhost:5024
/tags-strapi-purplerhino/src/frontend $ dotnet run
For detailed instructions, read the blog.
- You are welcome to make issues and feature requests.
- In case you get stuck at somewhere, feel free to contact at Mail.