Application with a collection of films
- cd ./frontend
- npm install
- npm run start
- cd ./backend/cmd
- go run .
- API function names
Basic functions are created in the shared/api folder, these functions have the base prefix. When creating a wrapper for these functions, the base prefix is removed
- Stores synchronized with localStorage
Add a prefix "Ls" to the names of stores that are synchronized with localStorage.
example: $LsTheme