/preact-styled-parcel-template

Web Applications template made using Preact + Styled Components and built with Parcel

Primary LanguageJavaScript

Template: Parcel + Preact + Styled Components

This is a very basic application template built with Preact.js, Styled Components and Parcel bundler.

Features

  • Parcel bundler parceljs.org (very fast)
  • Preact.js preactjs.com (fast and lean)
  • Styled Components styled-components.com (modern css based components)
  • Global styles for html, body etc. using GlobalStyle object from styled-components. So you could make your whole app themeable.

Installation

git clone https://github.com/slouffka/preact-styled-parcel-template.git your-app-name
cd your-app-name
rm -rf .git
git init

CLI Commands

# install dependencies
yarn

# start development server at port 1234
yarn start

# build
yarn build