Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 764 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 764 Bytes

React Redux SEO - Boilerplate Project

SEO Friendly React Boilerplate with Redux, with Bootstrap 4 for UI and Social Logins. Most commonly used utility libraries like Moment and Lodash are included. Axios and Redux Promise is used to access REST APIs.

Packaged Componets

  • React JS
  • Redux
  • React Router
  • Redux Form
  • Redux Promise
  • React SEO
  • React Meta tags
  • Axios
  • Lodash
  • Moment
  • React Social Login Modal

Setting up the Application

  1. Clone the Application from GIT
  2. Go to the directory
  3. Run npm install to install the dependencies
  4. Run npm start to start the application

Building the Application to Production

  1. Run npm run build to build the application
  2. Host the files created in the build directory into the web host