README
🍰 CKL Frontend CRA Template
Cheesecake Labs template for Create React App.
Requirements
- Yarn v1+
- Node v10+
Features
How to use
To use this template, add --template ckl-frontend
when creating a new app.
For example:
npx create-react-app <project-name> --template ckl-frontend
# or
yarn create react-app <project-name> --template ckl-frontend
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 – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.
How to contribute
- Custom template – Informations about custom template for Create react app.
- Make your changes and open the PR
- Once PR accepted log in to NPM with CKL credentials:
npm login
- Publish:
npm publish