cra-template-js-web-app

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i cra-template-js-web-app

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

36.7 kB

Total Files

26

Last publish

Collaborators

  • vanngoh