# 🍰 CKL Frontend CRA Template

This is the official TypeScript template for Create React App.

## Requirements

- Yarn v1+
- Node v10+

## Features

- [📕 Storybook 5](https://storybook.js.org/docs/basics/introduction/)
- [🔴 Sass](https://sass-lang.com/)
- [🐺 Husky](https://github.com/typicode/husky)
- [💜 Eslint](https://eslint.org)
- [🖤 Stylelint](https://stylelint.io/)
- [🌎 Axios](https://github.com/axios/axios)


## How to use

To use this template, add --template `ckl-frontend-template` when creating a new app.

For example:
```sh
npx create-react-app <project-name> --template ckl-frontend-template

# or

yarn create react-app <project-name> --template ckl-frontend-template
```

and then:

Start the web server: `yarn start`

## Production mode

Running `yarn build` CRA will build the app into a `build` folder.

## Documentation

- [Getting Started](https://create-react-app.dev/docs/getting-started) – How to create a new app.
- [User Guide](https://create-react-app.dev) – How to develop apps bootstrapped with Create React App.


## How to contribute

 - [Custom template](https://create-react-app.dev/docs/custom-templates) – Informations about custom template for Create react app.

1. Make your changes and open the PR
2. Once PR accepted log in to NPM with CKL credentials: `npm login`
3. Publish: `npm publish`
