Skip to content

causefx/blog-app-jared

Repository files navigation

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.