Skip to content

br08/react-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A script for creating a react app without CRA.

This is a script to create a minimal react project without create-react-app, using just a simple webpack configuration. Just run the script and start creating react apps with all the freedom your creativity needs. :)

How to use

To install you may use the following cURL command:

/bin/bash <(curl -fsS https://raw.githubusercontent.com/br08/react-boilerplate/main/install.sh)

Or you can download the script and run manually as well:

chmod +x install.sh # give execution permission
./install.sh # run the script

During the installation process you're going to be prompted to choose between yarn and npm to be the package manager for your project, as well as other questions like wether or not you want to use typescript.

And it's as simple as that!

License

This code is licensed under MIT. Full license text is available at LICENSE.

About

Shell Script to create react apps without CRA.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published