/blog-post-react

Project create to learn ReactJS, clone of dev.to

Primary LanguageJavaScript

blog-post-react

Screenshot

This project is a frontend clone of page Post of the dev.to

Learning Reactjs

Badge Badge Twitter URL

Prerequisites

Install the requisites: Git, Yarn.

Getting started

# Clone this repository
$ git clone <https://github.com/cjuniordev/blog-post-react>

# Access the project folder
$ cd blog-post-react

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn start