ismaeldevmw / pugstagram-svelte-app

Social network app about pugs builded with Svelte

Home Page:https://pugstagramsvelte.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pugstagram-screenshot

Pugstagram app

This is a simple project of a social network app where you can see how "Svelte" framework work. This project is part of the Platzi platform course entitled "Curso de Svelte"

Get started

Install the dependencies...

cd pugstagram-svelte-app
npm install

...then start Webpack:

npm run start

Navigate to localhost:8080. You should see your app running. Edit a component file in src, save it, and reload the page to see your changes.

Building and running in production mode

To create an optimised version of the app:

npm run build

About

Social network app about pugs builded with Svelte

https://pugstagramsvelte.netlify.app


Languages

Language:HTML 93.1%Language:JavaScript 6.9%