Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/silvestrevivo/svelte-portfolio
- Owner: silvestrevivo
- Created: 2019-12-24T08:50:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T02:44:27.000Z (about 2 years ago)
- Last Synced: 2023-03-02T11:26:52.122Z (almost 2 years ago)
- Topics: javascript, personal-portfolio, svelte
- Language: CSS
- Size: 3.13 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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.