Skip to content

xumaple/create-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create-Web-App

This is a small script which helps you to set up a basic React web application.

How to use

Download create-web-app:

$ git clone https://github.com/xumaple/create-web-app && cd create-web-app

And install it:

$ sudo python3 setup.py install

Or, alternatively, use the install script (which does the same thing):

$ chmod +x ./install
$ ./install

That's it! You can now run the create-web-app command from anywhere on your terminal to create a React web app.

$ create-web-app -v <project-name> <project destination>

(the -v flag is optional and provides verbose output.)

About

Basic script to set up a basic web application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published