Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-rb/effects-reducers-context-app
https://github.com/s-rb/effects-reducers-context-app
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/s-rb/effects-reducers-context-app
- Owner: s-rb
- Created: 2023-08-24T20:24:46.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-24T18:17:24.000Z (12 months ago)
- Last Synced: 2024-11-05T21:16:54.214Z (2 months ago)
- Language: JavaScript
- Size: 363 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Very basic React app with protected area
Features:
- Area Home opens to only loggined users
- You can login with any email/password and you'll see home page area
- Only for studying purposes
- There is no actually user/password validation and there is no registration formTo run application locally:
- run in terminal `npm install`
- run in terminal `nmp run start`
- open `localhost:3000` in your browser
- use itTo build application:
- run in terminal `npm run build`
- you'll have your build in `build` directory
- open `index.html` in your browser