Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/renatozr/instapost

A minimalist social media application
https://github.com/renatozr/instapost

css mobile-first react vite

Last synced: about 2 months ago
JSON representation

A minimalist social media application

Awesome Lists containing this project

README

        


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
```sh
git clone [email protected]:renatozr/instapost.git
```
2. Enter the directory
```sh
cd instapost
```
3. Install NPM packages
```sh
npm install
```
4. Run the project
```sh
npm run dev
```