Skip to content

Kykal/kykal-react-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 10, 2022
70c90bf · Aug 10, 2022

History

16 Commits
Aug 10, 2022
Aug 10, 2022
Jun 5, 2022
Aug 10, 2022
Jun 5, 2022

Repository files navigation

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.