/react_starter

A react boilerplate with redux and react-router-dom

Primary LanguageJavaScript

React Project Starter

This is a react project boilerplate.

Commit 1: pure result of npx create-react-app

Commit 2: common npm packages installed

Commit 3: changed default port to 6014 (this choice is purely arbitrary)

Commit 4: added sub folders for src

Commit 5: added empty .env and added to .gitignore

Commit 6: added common icons and default images


In usage, need to change the following info in

  1. package.json
    • name
    • version
  2. src/Constants/index.js
    • CookieName
  3. public/index.html
    • <title>