https://github.com/doreapp/takenews
Small web mobile application to remember to take news from friends
https://github.com/doreapp/takenews
mui react reactjs tailwindcss
Last synced: about 2 months ago
JSON representation
Small web mobile application to remember to take news from friends
- Host: GitHub
- URL: https://github.com/doreapp/takenews
- Owner: Doreapp
- License: mit
- Created: 2022-12-06T19:24:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T09:35:44.000Z (over 3 years ago)
- Last Synced: 2025-04-04T16:46:54.971Z (about 1 year ago)
- Topics: mui, react, reactjs, tailwindcss
- Language: TypeScript
- Homepage: https://doreapp.github.io/TakeNews
- Size: 6.93 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TakeNews
Small web mobile application to remember to take news from friends
Uses:
- [ReactJS](https://fr.reactjs.org/)
- [TailwindCSS](https://tailwindcss.com/)
- [MUI](https://mui.com/)
Commands can be run nativelly (using Node, npm and react scripts) or using docker.
## Install
| Nativelly | Dockerized |
| --------- | ---------- |
| `npm install` | `make docker_build` |
## Generation of a production-ready source code
| Nativelly | Dockerized |
| --------- | ---------- |
| `npm run build` | `make build` |
## Development
| Nativelly | Dockerized |
| --------- | ---------- |
| `npm start` | `make dev` |
### Formatting
- Automatic reformat:
| Nativelly | Dockerized |
| --------- | ---------- |
| `npm run format` | `make format` |
- Static analysis (lint):
| Nativelly | Dockerized |
| --------- | ---------- |
| `npm run lint` | `make lint` |