/react-base

Simple React boilerplate to start new projects.

Primary LanguageJavaScript

React Js boilerplate

Simple React Js boilerplate to start new projects.

React version: 16.13.1

Libraries which are includeded

  • redux
  • redux-saga
  • prop-types
  • eslint
  • axios
  • react-router-dom

redux

Redux is a predictable state container for JavaScript apps. It helps you write applications that behave consistently, run in different environments and are easy to test.

Version: 4.0.5
Links:

prop-types

Runtime type checking for React props and similar objects.

Version: 15.7.2
Link: https://github.com/facebook/prop-types

eslint

ESLint is a tool for identifying and reporting on patterns found in ECMAScript/JavaScript code.

Version: 7.2.0 Link: https://github.com/eslint/eslint

axios

Promise-based HTTP client. Easy to send asynchronous HTTP request to REST endpoints and perform CRUD operations. You can also use it with a axios-case-converter. This library is an axios transformer/interceptor that converts snake_case/camelCase.

Version: 0.19.2 Link: https://github.com/axios/axios

react-router-dom

The router components for websites.

Version: 5.2.0 Link: https://github.com/ReactTraining/react-router

Available Scripts

In the project directory, you can run:

yarn start

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

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

yarn eject

Note: this is a one-way operation. Once you eject, you can’t go back!

If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.