Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivanclay/clone-tabnews
Tabnews.com.br clone
https://github.com/ivanclay/clone-tabnews
Last synced: 25 days ago
JSON representation
Tabnews.com.br clone
- Host: GitHub
- URL: https://github.com/ivanclay/clone-tabnews
- Owner: ivanclay
- Created: 2023-10-13T12:19:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-21T23:08:08.000Z (about 1 year ago)
- Last Synced: 2023-11-22T00:54:52.486Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://clone-tabnews-three-delta.vercel.app
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clone-tabnews
Tabnews.com.br clone
## Start docker environment
docker compose -f infra/compose.yaml up -d
## Finish docker environment
docker compose -f infra/compose.yaml down
## Start Application
npm run dev
## Start Jest Watch
npm run test:watch
## Git basic commands
git pull
git status
git add .
git add -A
git add -am 'commit message'
git commit -m 'commit message'
git push## VS Code Fuzzy Search
ctrl + p / cmd + p