Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/renatozr/instapost
- Owner: renatozr
- Created: 2024-03-23T23:46:35.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-12T03:08:14.000Z (5 months ago)
- Last Synced: 2024-08-12T04:25:12.588Z (5 months ago)
- Topics: css, mobile-first, react, vite
- Language: JavaScript
- Homepage: https://instapost-app.vercel.app
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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
```