wagner94 / react-redux-jwt-auth

This project developed as a form of study using some libraries that the job market asked for today, containing a good structure of files and organization of code. Run the application and be happy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Authentication

This project developed as a form of study using some libraries that the job market asked for today, containing a good structure of files and organization of code. Run the application and be happy.

Note: For the project works it needs to use an api node is available in this link

Getting Started

# clone it
  git clone https://github.com/caioorg/react-redux-jwt-auth
  cd react-api

# Make it your own
  rm -rf .git && git init && npm init

# Install dependencies
  yarn install

# Start project development
yarn start

# If you want to start production
yarn build

License

MIT

About

This project developed as a form of study using some libraries that the job market asked for today, containing a good structure of files and organization of code. Run the application and be happy.


Languages

Language:JavaScript 81.9%Language:HTML 15.4%Language:CSS 2.7%