gatsby-intl-redux-typescript

A fully (needs love for Jest/Enzyme) fonctionnal stater for Gatsby to build website or UI kits.

Build a website

npm start to develop

Build a UI kit

Build your components into ./src/_components like the button example and import and export it in ./src/_components/index.ts.

npm start to develop

The project has Husky to lunch the Babel transpilation of your UI kit in a pre-commit hook. Babel will convert your components into javascript usable in any javascript projects.