basicsharp / parcel-preact-unistore-starter

⚡Starter pack for lightning-fast prototyping and small/medium size project structures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parcel + Preact + Unistore Starter

⚡Starter pack for lightning-fast prototyping and small/medium size project structure

Stack

  • parcel-bundler
  • preact
  • unistore
  • postcss
  • posthtml

Getting started

git clone git@github.com:hwclass/parcel-preact-unistore-starter.git
cd parcel-preact-unistore-starter
npm install
npm start

Build

npm run build

Directory structure

Every common component is under src/components directory and functionality means module so they have their own folders like src/Counter/index.js

About

⚡Starter pack for lightning-fast prototyping and small/medium size project structures

License:MIT License


Languages

Language:JavaScript 79.6%Language:CSS 14.2%Language:HTML 6.1%