Skip to content

🔧: 💻 => 📖 Project to list Blog posts with their comments

Notifications You must be signed in to change notification settings

gamadv/myblogger

Repository files navigation

my Blogger

About   |    Technologies   |    Getting Started   


📓 About

Template created by Moacir Gama, Writed on Vite JS with Typescript.

On this project, we have a website to list Blog post and their comments.

🔨 Technologies

📃 Dependencies: -> package.json

  • React Js: JS Lib to build interface
  • Typescript: It's written in TypeScript
  • Vite Js: Project creation tool
  • Axios: Promise based HTTP client for the browser and node.js
  • Tailwind: Faster and Powerful CSS tool

✒️ Getting Started

If you want to run this app on your dev workspace, look that:

You must have installed:

  1. Node.js. Here
  2. GIT. Here

Downloading dependencies:

  $ npm install

  # or

  $ yarn

🔥 Once dependencies download, just run your start command :

  $ npm dev

  # or

  $ yarn dev

And then click on local link:
image

💙 Made by 💙