Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 541 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 541 Bytes

After.js Boilerplate

A boilerplate project built on after.js.

Done:

  • Linting
  • Styled components
  • Atomic Generator
  • Flow

Todo:

  • prettier
  • Styleguide/Pattern Library
  • PWA functionalities (Service Worker with Offline Caching, manifest.json etc.)

How to use

Install it:

git clone https://github.com/bitworking/afterjs-boilerplate.git
cd afterjs-boilerplate
yarn install

Run dev server:

yarn start

Build and run it:

yarn build
yarn start:prod