Skip to content

Start Kit for React.js and Ant Design, using create-react-app, including JWT authentication flow, and Redux examples. See https://github.com/WisdomFusion/react-antd-boilerplate for using React Hooks.

License

Notifications You must be signed in to change notification settings

wisdomfusion/react-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Start Kit

packages installed

quick start

dotenv:

cat .env.development.local
DOMAIN=http://www.example.test.com
BASENAME=

PUBLIC_URL=$BASENAME
REACT_APP_DOMAIN=$DOMAIN
REACT_APP_URL_PREFIX=$DOMAIN/basename/api
REACT_APP_BASENAME=$BASENAME

start up:

  git clone https://github.com/WisdomFusion/react-starter-kit.git
  cd react-starter-kit/
  yarn install
  yarn start

project structure:

  • assets/
  • components/
  • core/
    • http.js
  • services/
  • shared/
    • config.js
    • utils.js
    • history.js
  • store/
    • actions/
      • types.js
      • *.actions.js
    • reducers/
      • index.js
      • *.reduser.js
  • routes.js

Font Awesome

Free Font Awesome icons

import { faUser, faLock } from '@fortawesome/free-solid-svg-icons';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';

...

<FontAwesomeIcon icon={faUser} />

About

Start Kit for React.js and Ant Design, using create-react-app, including JWT authentication flow, and Redux examples. See https://github.com/WisdomFusion/react-antd-boilerplate for using React Hooks.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages