This project was created with Vite.
Project was created as part of one of the 'TOP' projects to learn NodeJS & Express, the goal was to create a blog, with a client view, a separated CMS to create, edit, delete and update post, and a backend with an API rest.
Its a full-stack web app, a blog where you can read posts and write messages into them, this its the client source.
git clone https://github.com/fernandobouchet/TOP_Blog-Client
cd TOP_Blog-Client
npm install
npm start