Skip to content

Kykal/kykal-react-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

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.