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
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
Luca Montaigut : https://github.com/luca-montaigut