Install Dependencies
Install the following nodejs packages via the command line.
Auth0
The auth0
package will be used for authentication in your app.
React router
The react-router
package will be used for routing in your app.
JWT-decode
The jwt-decode
package will be used for decoding JSON Web tokens in your app.
Axios
The axios
package is a HTTP request client that will be used to make HTTP requests from the browser.
Success Note: The
--save
option simply persists the package definition in thepackage.json
file.
Last updated