Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/imagine10255/static-web-start-kit
- Owner: imagine10255
- Created: 2018-04-09T09:52:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:57:41.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T22:35:18.924Z (over 1 year ago)
- Language: CSS
- Size: 6.82 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Static Web Start Kit
Start your next web project in secondsA 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!