Skip to content

Instantly share code, notes, and snippets.

@ukchukx
Created January 21, 2020 20:23
Show Gist options
  • Save ukchukx/e4b5119b86985fad8a6abd72d6316b94 to your computer and use it in GitHub Desktop.
Save ukchukx/e4b5119b86985fad8a6abd72d6316b94 to your computer and use it in GitHub Desktop.
npx degit sveltejs/template .
npm i # install
npm i stream-chat dotenv
npm i -D postcss postcss-load-config svelte-preprocess tailwindcss @fullhuman/postcss-purgecss @rollup/plugin-replace # development dependencies
npx tailwind init
touch postcss.config.js
cp ../backend/.env . # Make a copy of backend's .env in frontend
npm run dev # and visit http://localhost:5000 in the browser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment