Skip to content

lgs/quickstagram

 
 

Repository files navigation

Quickstagram

This is an instagram clone I made with Strapi and Svelte for my blog post on dev.to.

Quickstart

  1. Clone the repository.
  2. Create a strapi project:
npx create-strapi-app cms --quickstart
cd cms
npm run develop
  1. In another terminal, open this folder.
  2. Install dependencies:
npm install
  1. Run the app
npm run dev
  1. Visit http://localhost:5000

About

Instagram clone

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 52.5%
  • CSS 39.7%
  • TypeScript 3.5%
  • JavaScript 3.4%
  • HTML 0.9%