tailwindcss-setup-examples icon indicating copy to clipboard operation
tailwindcss-setup-examples copied to clipboard

Update Svelte.js/README.md - use npx and update tailwind css config file name

Open paul42 opened this issue 5 years ago • 0 comments

use npx tailwindcss init and update file name

also, should the dev command be like that? what is 'run-p' and 'autobuild' ? for reference, the most recent svelte template package.json lines from the template (after 08/18/2020) updated to the latest TS stuff:

 "build": "rollup -c",
 "dev": "rollup -c -w",

paul42 avatar Aug 19 '20 00:08 paul42