A complex ReactJS app to create user/admin
- Register
- Login
- Logout
- Account Info
- Pricing Page
- React
- React-Router
- Redux
- React-Bootstrap
- Redux-Form
- Redux-Promise-Middleware
- Mobx
Check package.json for the full list
You need to install Create React App
npm install -g create-react-app
Then install the package.json
npm install
On local, it uses the http://127.0.0.1:5000, make sure you have a server running on that port, and make sure it has this the port :3000 authorized for CORS
The app requires JWT for user to login. The API must provide that when user logs in.
[more in construction... ]