Skip to content

renatozr/instapost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InstaPost

A minimalist social media application

View Demo

About The Project

Made only with React and applying mobile first.

Getting Started

Prerequisites

  • NPM

Installation

  1. Clone the repo
    git clone git@github.com:renatozr/instapost.git
  2. Enter the directory
    cd instapost
  3. Install NPM packages
    npm install
  4. Run the project
    npm run dev