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, which returns possible anagrams for letter combinations.
Features
- Svelte - compiled component JS framework
- Webpack - JS module bundler, for compiling Svelte components
- ExpressJS - NodeJS server
- Got - HTTP request library for NodeJS
Setup
npm install
npm run start