Skip to content

srijan-nayak/generic-cms-frontend

Repository files navigation

Generic CMS Frontend

Create post page

A frontend built for a generic CMS that is used to manage posts for a blog site built with Angular. This project depends on the backend API from the srijan-nayak/cms-backend project.

Running the project locally.

Start backend API

Ensure that the backend API is running on localhost:3300 by following the instructions from the cms-backend repository.

Clone and install dependencies

git clone https://github.com/srijan-nayak/generic-cms-frontend.git
cd generic-cms-frontend
npm install

Start the development server

npm start

The application will be accessible on localhost:3300

About

A frontend for a generic CMS built with Angular

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published