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"
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.
To create an optimised version of the app:
npm run build