Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/imagine10255/static-web-start-kit

static-web-starter-kit
https://github.com/imagine10255/static-web-start-kit

Last synced: 2 days ago
JSON representation

static-web-starter-kit

Awesome Lists containing this project

README

        

# Static Web Start Kit

Start your next web project in seconds

A highly scalable, offline-first foundation with the best DX and a focus on performance and best practices

## Features


Quick scaffolding

Create web, containers, right from the CLI!

Next generation CSS

Write composable CSS that's co-located with your components for complete modularity. Unique generated class names keep the specificity low while eliminating style clashes. Ship only the styles that are on the page for the best performance.

## Quick start

1. Make sure that you have Node.js 13.5 or above installed.
2. Clone this repo using `git clone https://github.com/imagine10255/static-web-start-kit.git my-project`
3. Move to the appropriate directory: `cd my-project`.

4. Run `yarn install` in order to install dependencies and clean the git repo.

5. _At this point you can run `yarn dev` to see the example app at `http://localhost:3000`.

Now you're ready to rumble!