Skip to content

Build a blazing fast blog using Blazor, WebAssembly, TailwindCSS and Strapi

License

Notifications You must be signed in to change notification settings

Marktawa/tags-strapi-purplerhino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT

How to Build a Blog App using Blazor WASM and Strapi

This repository serves as a code container for the tutorial I wrote on Strapi's Blog.

App Demo

App Demo

Prerequisites

Getting Started

# clone the repo
$ git clone https://github.com/Marktawa/tags-strapi-purplerhino.git

# change directory
$ cd tags-strapi-purplerhino

For Strapi

# 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

For Blazor

# 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.

Tech Stack

Authors

Extra

About

Build a blazing fast blog using Blazor, WebAssembly, TailwindCSS and Strapi

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published