Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@itseramin itseramin released this 23 Dec 19:20

You can run the backend with node, by running node dist/apps/api/main.js (you need a copy of a filled in .env file at the cwd folder to run it) and serve the static frontend files with a static file server (i suggest you using the http-server package, you can just run: npx http-server dist/apps/memo-life-task)