causefx / blog-app-jared

Home Page:https://blog-app-jared.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1 Hour Blog Test App

Installation

This app requires NPM to run

Clone the project and install the dependencies, build the project and start the server.

cd [project-folder]
npm install
npm run build
npm run start

For production environments...

cd [project-folder]
npm install
npm run dev

Open http://localhost:3000 with your browser to see the result.

About

https://blog-app-jared.vercel.app


Languages

Language:TypeScript 94.8%Language:CSS 3.9%Language:JavaScript 1.3%