Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

cra-template-ibsen-basic

ibsenfahir3MIT1.0.1

CKL Frontend template

react, create-react-app, template, cheesecakeLabs, ckl

readme

🍰 CKL Frontend CRA Template

This is the official TypeScript template for Create React App.

Requirements

  • Yarn v1+
  • Node v10+

Features

How to use

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

For example:

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

How to contribute

  • Custom template – 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