Slate v1.0 uses a local express server and serve most of your assets from https://localhost:8080
. It's a good idea to create a trusted SSL certificate on your device so localhost assets served via https
are never blocked.
ⓘ The below steps probably only work in MacOS.
- Copy and paste the command below into your terminal to navigate to your home directory, create a folder called
.localhost_ssl
, and then navigate to that folder:
cd && mkdir .localhost_ssl && cd .localhost_ssl