svelte-news-app-backend
svelte-news-app-backend copied to clipboard
The backend of an example fullstack app built using svelte and node
trafficstars
Svelte News App — Backend
A fullstack application built with Svelte/Sapper on the frontend and Node/Express on the backend.
Demo Frontend
This repo contains the backend server for serving the svelte news app.
Running it
- Download this repo
- Create
.envin the root directory and add:
DATABASE=<your-mongodb-connection-string>
PORT=5000
- Run
npm install - Run
npm run dev(ornpm run startfor production mode)