Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 667 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 667 Bytes

Kykal React template

My create-react-app template.


Content

  1. How to use
  2. Creating your own template

How to use

To make use of this template you must enter this command in your console/terminal.

New folder

npx create-react-app <folder name> --template kykal

This directory

npx create-react-app . --template kykal

Creating your own template

To create your own cra-template you can visit create-react-app website to follow its instructions.