Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 905 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 905 Bytes

After.js Kit

· · ·

Baked inside is Redux with Styled-Components.

Features

  • Atomic Design for views folder structure
  • Ducks pattern for Redux
  • Formik to handle form without tears
  • Yum for json schema validation
  • Isomorphic fetch to handle Ajax request
  • Auth middleware for public and private route
  • JWT for authentication

How to use

Clone the project, install it and run:

$ npm i
$ npm start

App will start on port 3000

Special thanks to Jared Palmer, Jon Leopard and Fortech