Skip to content

savaslabs/code-scratchpad

Repository files navigation

Savas Code Scratchpad

This repo is a basic way to prototype or start a project quickly.

Requirements

What's in here?

  • This uses Snowpack as an app bundler.
  • Allows styling with Sass, Tailwind, and/or PostCSS (whichever you prefer, see /src/css/index.css for details)
  • Does not contain any javascript framework, add your own if you like.

To get started

  1. Clone this repo
  2. Install the dependencies:
npm install
  1. Run Snowpack:
npm run start

The 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.