https://github.com/jnruel/svelte-webpack-express
Svelte/Webpack/Express proof of concept
https://github.com/jnruel/svelte-webpack-express
express nodejs svelte webpack
Last synced: 4 months ago
JSON representation
Svelte/Webpack/Express proof of concept
- Host: GitHub
- URL: https://github.com/jnruel/svelte-webpack-express
- Owner: jnruel
- Created: 2020-02-02T20:44:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T16:00:20.000Z (over 3 years ago)
- Last Synced: 2025-04-06T03:14:40.183Z (over 1 year ago)
- Topics: express, nodejs, svelte, webpack
- Language: JavaScript
- Homepage:
- Size: 1.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Svelte/Webpack/Express proof of concept
This is just the result of trying to get Svelte to work with Webpack and Express. I decided to use the [Anagramica API](http://www.anagramica.com/api), which returns possible anagrams for letter combinations.
## Features
- [**Svelte**](https://svelte.dev/) - compiled component JS framework
- [**Webpack**](https://webpack.js.org/) - JS module bundler, for compiling Svelte components
- [**ExpressJS**](https://expressjs.com/) - NodeJS server
- [**Got**](https://github.com/sindresorhus/got) - HTTP request library for NodeJS
## Setup
- `npm install`
- `npm run start`