Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 620 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 620 Bytes

EzMs Frontend

A Clean, simple Frontend made to manage the CMS API using React and Typescript

EzMs Banner

Installation

  1. Install the dependencies
pnpm i
  1. Make sure to
    • Create a .env file in the root directory
    • Check the package.json file for more scripts

To Start Development Server

pnpm run dev

To Start Production Server

pnpm run start

License

EzMs is MIT licensed.