Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/silvestrevivo/svelte-portfolio

Personal portfolio about Svelte projects
https://github.com/silvestrevivo/svelte-portfolio

javascript personal-portfolio svelte

Last synced: about 2 months ago
JSON representation

Personal portfolio about Svelte projects

Awesome Lists containing this project

README

        

# svelte-portfolio

This is a personal **Svelte Projects Portfolio** developed with [Svelte](https://svelte.dev) starter template. It lives on https://svelte-portfolio.netlify.app/

## Get started

Install the dependencies...

```bash
cd svelte-portfolio
npm install
```

...then start [Rollup](https://rollupjs.org):

```bash
npm run dev
```

Navigate to [localhost:5000](http://localhost:5000). You should see your app running. Edit a component file in `src`, save it, and reload the page to see your changes.