Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

GlobalFishingWatch/cra-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@globalfishinwatch/cra-template

Deprecated in favour of nx generator within the monorepo

GFW official client app started based on Redux+TS template for Create React App.

To use this template, add --template @globalfishinwatch/cra-template when creating a new app.

For example:

npx create-react-app my-app --template @globalfishingwatch/cra-template
npm exec create-react-app my-app --template @globalfishingwatch/cra-template

# or

yarn create react-app my-app --template @globalfishingwatch/cra-template

For more information, please refer to: