Skip to content

halberio/halber-react-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Halber-react-kit

a ready to use starter kit with authentication based on token.

NB: Do not forget to rename the .env.example file to .env and put there your REST API url

Packages installed and ready to use:

  • Ant design
  • Redux
  • Axios ( with config & interceptors )
  • SCSS ( with a lot of MIXINS )

Project structure:

  • actions
  • components
  • config
  • pages
  • reducers
  • stores
  • stylesheets
  • tools
  • App.js
  • index.js

Useful informations

  • In the config folder you find a file named api.js, here you need to add your Restful API url
  • Also in config folder you can find the used axios instance for all requests so you can do things before or after sending & getting requests or responses
  • I recommend to keep this structure of the project so you can work with a lot of conventions
  • My Restful API is made with Laravel passport
  • We are also trying to keep this project up to date by adding new features and using latest versions of packages
  • For any other information or question don't hesitate to contact us.

Email : hello@halber.io

Website : https://halber.io

Sign in page: alt text

Sign up page: alt text

Articles page: alt text

About

React.js/Redux/SCSS kit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published