Skip to content
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.

osdevisnot/atomic-preact

Repository files navigation

atomic-preact

Webpack2 boilerplate for building SPA with best in class features:

  • Typescript Support
  • Styled-Components
  • Atomic Design
  • React Storybook
  • Jest Testing
  • Enzyme
  • Offline First PWA (via service worker caching)
  • Cache Busting
  • Hot Module Replacement for all files
  • Preact Developer Tools
  • Lighthouse Certified

Installation and Commands:

Using NPM:

git clone https://github.com/osdevisnot/atomic-preact
npm install
npm run dev # development
npm run test # run tests
npm run prod # production builds

Using YARN:

git clone https://github.com/osdevisnot/atomic-preact
yarn
yarn dev # development
yarn test # run tests
yarn prod # production builds