Skip to content

x447618716/cra-template-client-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cra-template-client-application

Opinionated quickstart Create React App (CRA) template.

Features

Usage

npx create-react-app %PROJECT_NAME% --template client-application

Or

yarn create react-app %PROJECT_NAME% --template client-application

npx command installs most recent stable version of CRA from npm. --template parameter points to this template, note that cra-template- prefix is omitted.

Then

cd %PROJECT_NAME%
yarn start

About

React Template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published