To be used with the associated Rails API
- Authentification
- Redux (authentication and flashmessages)
- React Router with public and privates routes
- Basic Layout (navbar, flashmessages, footer)
- Cookies Js
- Pages : Home, Register, Login, Profile
- React Icons
Clone this repository
Create a .env with REACT_APP_API_URL="http://localhost:8080"
npm install
npm start
Your app will be running on http://localhost:3000