mirror of
https://github.com/jorisbertomeu/web-screensaver.git
synced 2026-04-19 16:27:40 +02:00
first
This commit is contained in:
8
api/index.js
Normal file
8
api/index.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import { initApp } from './src/app.js';
|
||||
|
||||
const PORT = 3000;
|
||||
const app = initApp();
|
||||
|
||||
app.listen(PORT, () => {
|
||||
console.log(`Server is running on http://localhost:${PORT}`);
|
||||
});
|
||||
Reference in New Issue
Block a user