Skip to content

entur/cra-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@entur/cra-template

A template for creating a new React with some Entur-specific setup.

npx create-react-app my-awesome-app --use-npm --template @entur

Development

If you want to test changes to the template locally, you can use the file: prefix:

npx create-react-app my-app --template file:../path/to/your/clone/of/cra-template-entur

Read the official docs on Custom Templates here: https://create-react-app.dev/docs/custom-templates/