how to sveltekit with expressjs

3 0 7

comments (single view)

bro why is wasteof so hard to use

const express = require('express')
const app = express()
app.get('/', (req, res) => {
res.send('FOR SHOVELRY!')
})
View all comments