/simplest-react-config

simplest config for reactjs

Primary LanguageJavaScript

Simplest React Config PRs Welcome

Quick Overview

$ git clone git@github.com:mehdirezaei5/simplest-react-config.git
cd simplest-react-config
npm start

Get Started Immediately

It will create a directory called simplest-react-config inside the current folder.
Inside that directory, it will generate the initial project structure and install the transitive dependencies:

simplest-react-config
├── .babelrc
├── .gitignore
├── App.js
├── index.html
├── main.js
├── package.json
├── README.md
├── webpack.config.js

No configuration or complicated folder structures, just the files you need to build your app.
Once the installation is done, you can open your project folder:

cd simplest-react-config

Inside the newly created project, you can run some built-in commands:

npm start

Runs the app in development mode.
Open http://localhost:3000 to view it in the browser.

The page will automatically reload if you make changes to the code.
You will see the build errors and lint warnings in the console.

What’s Included?

Your environment will have everything you need to build a modern single-page React app:

  • React, JSX, ES6.
  • Handle .css and .png files.
  • A live development server that warns about common mistakes.

Popular Alternatives

Simplest React Config is a great fit for:

  • Starting new single-page React applications.
  • Creating examples with React for your libraries and components.

React Native

Looking for something similar, but for React Native?
comming soon ...

License

Simplest react config is open source software