This repo is a basic way to prototype or start a project quickly.
- This uses Snowpack as an app bundler.
- Allows styling with Sass, Tailwind, and/or PostCSS (whichever you prefer, see
/src/css/index.cssfor details) - Does not contain any javascript framework, add your own if you like.
- Clone this repo
- Install the dependencies:
npm install- Run Snowpack:
npm run startThe project will open in the browser at http://localhost:8080.
You will know everything works because it will load a pink page with centered text as well as some basic logs in the console that show the text on the page.