An instagram clone for the pet related social sites. Backend is on Nodes Express. Find backend here
Made with
- NextJS (Typescript)
- Styled Components
- Redux
- Redux Saga
To begin with
First you need the backend. So host the backend and use the env for the backend api endpoint as NEXT_PUBLIC_BACKEND_API.
Install all packages
npm i
To start the dev server
npm run dev
To build project
npm run build