AlexStack / remix-blog

Simple blog built with Remix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remix Blog

This is the blog app from my Remix Crash Course on YouTube

Usage

Rename .envexample to .env and change session secret

Install dependencies

npm install

Load .env variables

npx prisma generate

Setup Database

npx prisma db push

Run dev server

npm run dev

About

Simple blog built with Remix


Languages

Language:JavaScript 73.0%Language:CSS 14.2%Language:TypeScript 12.8%