julienemo / react_starter

A react boilerplate with redux and react-router-dom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

A react boilerplate with redux and react-router-dom


Languages

Language:JavaScript 88.8%Language:HTML 9.2%Language:CSS 2.0%