Skip to content

thallada/dont-create-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Don't Create React App

Don't create React apps with no build configuration.

Don't Create React App works on macOS, Windows, and Linux.

Quick Overview

npx dont-create-react-app my-app
cd my-app
vim not-react.js

(npx comes with npm 5.2+ and higher)

example run of dont-create-react-app

Undoing React

We all mistakes. Import dont-create-react-app to remove React from any project.

require('dont-create-react-app');

This will automatically uninstall React for you!


Credit to @Tribex_ for the idea.

About

Don't create React apps with no build configuration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published