https://github.com/luca-montaigut/react_boilerplate
react-router - redux - authentication ready to use with rails api - cookiejs + sass
https://github.com/luca-montaigut/react_boilerplate
authentication rails-api react react-router redux redux-thunk sass
Last synced: over 1 year ago
JSON representation
react-router - redux - authentication ready to use with rails api - cookiejs + sass
- Host: GitHub
- URL: https://github.com/luca-montaigut/react_boilerplate
- Owner: luca-montaigut
- Created: 2020-05-27T17:40:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T14:18:44.000Z (about 3 years ago)
- Last Synced: 2025-04-04T17:39:22.928Z (over 1 year ago)
- Topics: authentication, rails-api, react, react-router, redux, redux-thunk, sass
- Language: JavaScript
- Homepage:
- Size: 1.11 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React_Boilerplate
### Associated API boilerplate : 
## Content
Starter for api-based project with :
- Authentication (Register/Login/Logout) config ready with 
- React Router with authenticated/notauthenticated routes
- Redux and Redux-thunk (with Redux DevTools)
- Cookie Js for handling cookies
- SASS ready to use
- Easy displayable flash messages
- Environnement variable for api url
- Pages: Home, Register, Login, Profile
- Components : Navbar, FlashMessage and Footer
## Installation
`git clone git@github.com:luca-montaigut/react_boilerplate.git`
`cd react_boilerplate`
`npm install`
`echo REACT_APP_API_URL='http://localhost:8080' > .env.local`
`npm start`
Your website is now running on http://localhost:3000
## 🐰 Auteur
Luca Montaigut : https://github.com/luca-montaigut