A minimalist social media application
View Demo
Made only with React and applying mobile first.
- NPM
- Clone the repo
git clone [email protected]:renatozr/instapost.git
- Enter the directory
cd instapost
- Install NPM packages
npm install
- Run the project
npm run dev