A fullstack application built with Svelte/Sapper on the frontend and Node/Express on the backend.
This repo contains the backend server for serving the svelte news app.
- Download this repo
- Create
.env
in the root directory and add:
DATABASE=<your-mongodb-connection-string>
PORT=5000
- Run
npm install
- Run
npm run dev
(ornpm run start
for production mode)