Skip to content

vanngoh/cra-template-js-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cra-template-web-app

A custom Javascript Web App template for Create React App

How To Install

yarn

yarn create react-app <app-name> --template js-web-app

npm

npm init react-app <app-name> --template js-web-app

npx

npx create-react-app <app-name> --template js-web-app

global

If create-react-app is installed globally on your computer you can use this command:

create-react -app <app-name> --template js-web-app

About

A custom Web App template for Create React App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published