An instagram clone written in Vue deployed on App Engine to scale!
Requirements:
- node >= 17.0.1 (won't work below)
- yarn >= 1.22.17
# First clone the project
git clone https://github.com/mdolr/tinyinsta-front.git
# Go into the directory
cd instars-front
# Install dependencies
yarn
# Stat the project
yarn serve
The project is available on : localhost:3000
Use :
Run tests with
yarn test:e2e
yarn build
Setup deployment workflow by following this tutorial