My dynamic website from scratch.
- Edit the third line in client/app.js to use this address: http://localhost:8082/articles.
- Edit the ALLOWED_ORIGINS constant in server/app.js to include http://localhost:8080.
- Run
npx http-server
in the root to host the frontend onlocalhost:8080
. - Change directory to server dir and run
npm run start-dev
. If you are on linux look runnpm run start-dev-linux
.