- node server using Express
- Serves static files over HTTP from the web folder
- Serves data over HTTP via a RESTful interface
- Vanilla JavaScript app
- Located in the web folder.
- Served statically
npm install
npm run start
Then visit http://localhost:4000
You can fork this repo, make changes, and create a PR. Add @RapPayne or @OlaEkdahl as reviewers.
If you are new to contributing on github, here is a step-by-step guide:
- Click on
Fork
on the top right of this page - Work on your change and push it to your forked repo. Now when you navigate to the forked repo's UI, it should say "This branch is 1 commit ahead of todos:main" or something similar."
- Choose "Contribute" -> "Open Pull Request".
- Once you have a PR, you can add reviewers.