1.0.0 • Published 4 years ago

cra-template-teste-ibsen01 v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

🍰 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