BaseReactApplication

Requirements:

  • Node (recommended 12+)

Tech stack:

  • React ,Hook, React Router, Redux, Redux Saga, Reselect, Immer, Style Component, Redux Form

Coding Convention:

  • ESLint , Prettier

Project Structure:

workflow

Start App:

  • Make sure that you have Node.js v8.15.1 and npm v5 or above installed.
  • Install dependencies: npm install
  • Run command: npm run start for dev
  • Run command: npm run start:staging for staging
  • Run command: npm run start:prod for production
  • Starts the development server running with other port: npm start -- --host localhost --port 5000 or yarn start --port 5000
  • Create Component, containers, routes, selectors and sagas: npm run generate

GitHub

View Github