/react_app

Simplest and minimalistic react stub App. This repo provides easiest way to start/create your react app.

Primary LanguageHTML

Simple React App

Simplest and minimalist way to start or create the react app.

Just clone the repo and run npm install to get started. Run npm start to start and run the app.

What's best about this repo

  • No annoying files
  • No extra code
  • No need to run any additional command to get started

Contains only react dependencies:

"dependencies": {

"react": "18.2.0",

"react-dom": "18.2.0",

"react-scripts": "5.0.1"

}