Welcome to Bloggy! Your new favorite app to share your thoughts and feelings... This web application aims to help users express themselves in a fun way, having each post as a post-it element, and having multiple colorful elements to always highlight the fun side of expressing yourself!
Go ahead and try it!
Install blog-app with yarn
First you have to install yarn:
npm install --global yarn
When you've successfully installed yarn, just do the following steps to be able to install the project dependencies:
cd blog-app
yarn
Follow the next steps to run the project locally...
Clone the project
git clone [email protected]:CarlosMoralesR/react-blog.git
Go to the project directory
cd blog-app
Install dependencies
yarn
Start the server
yarn dev