project-2-15
Setup for local frontend development
- Install nix
- Setup nix to use flakes
- Install direnv
- (optional) install nix-direvn
- Run
devenv up
- Open a new tab in you terminal, and move into
frontend
- Run
npm run dev
- Open browser to 127.0.0.1
Update front end (/frontend)
rm -rf node_modules && rm -rf .parcel-cache && rm -rf .direnv/ && cd .. && cd frontend/