Created
January 21, 2020 20:23
-
-
Save ukchukx/e4b5119b86985fad8a6abd72d6316b94 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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