- Run Live Server via VS Code and open
./pages/index.html. - Also, you can use any other server to serve this project, it will be ⚡️ static ⚡️!
- If you don't want to serve any files and just open HTML, swith to static branch, and open
./pages/index.htmlin any browser you have. It will work without any additional settings and tools.
- SVG OMG – Compress SVG, delete unneeded trash after exporting from Figma, Illustrator, etc;
- CORS error while host static and server in localhost, while
xhr.withCredentials = true. Use Chrome CORS Unblock or Firefox CORS Everywhere;