npm install --legacy-peer-deps
Flic's backend API has strict CORS origin of beta.watchflic.com. You can either:
- Use a browser extension to bypass CORS
- Run Chrome via CLI with CORS disabled:
- Windows:
chrome.exe --disable-site-isolation-trials --disable-web-security --user-data-dir="D:\temp"- Linux:
google-chrome --disable-site-isolation-trials --disable-web-security --user-data-dir="~/tmp"
npm start
Install the latest version of SASS (use sudo if have permission issue on linux)
npm install -g sassStart SASS Watcher.
sass --watch public/scss/index.scss:public/style.cssTodo.