This is my personal exercise project to learn Svelte and Express.js.
- Create
configurations
folder in./api/
with two env files and insert your configuration valuesauth0.env
cosmosdb.env
- Start the Express API by executing the following command in the
./api/
folder:npm run start:watch
- Start the Svelte App by executing the following command in the
./app/
folder:npm run dev