- Node
- npm
- Yarn
- Clone the repository
- Run
yarn install
public/
src/
_actions/
index.js
alert.action.js
user.action.js
_components/
index.js
PrivateRoute.jsx
_constants/
index.js
alert.constants.js
user.constants.js
_helpers/
auth-header.js
fake-backend.js
history.js
index.js
store.js
_reducers/
alert.reducer.js
authentication.reducer.js
registration.reducer.js
users.reducer.js
_services
index.js
user.service.js
App/
index.js
App.jsx
HomePage/
LoginPage/
RegisterPage/
index.js
registerServiceWorker.js
- This project was bootstrapped with Create React App.