/webdev-next

📰 Mini blog of technology news

Primary LanguageTypeScript

WebDev News

Project   |    Technologies   |    How to run

WebDev News

💻 Project

WebDev News is a mini blog of technology news developed with Next.js and TypeScript.

You can check the application demo here!

🔧 Technologies

😊 How to run

Before starting, you need to have Git and Node installed on your machine.

- Clone this repo:
$ git clone https://github.com/marcelopajr/webdev-next.git

- Enter directory:
$ cd webdev-next

- Install dependencies:
$ yarn

- Launch the app:
$ yarn dev

Have fun!