CMS – Content Management System application
Frontend of the simple CMS app created with React, Typescript and Tailwind CSS. Live version of the app.
Table of contents
Goal
The goal of this project is to provide a simple frontend which combined with the backend repo are to build a simple and fast content management system.
Technologies
Project is created with:
- React: 18.0.0
- Typescript: 4.7.0
- Tailwind CSS: 3.2.7
Install
To run this project, install it locally using npm:
git clone https://github.com/mikolajhere/fe-cms.git
cd fe-cms
npm install
npm start
