https://github.com/wellitongervickas/tagdiscovery
A NextJs project
https://github.com/wellitongervickas/tagdiscovery
cypress jest nextjs react tailwindcss typescript vercel
Last synced: 3 months ago
JSON representation
A NextJs project
- Host: GitHub
- URL: https://github.com/wellitongervickas/tagdiscovery
- Owner: wellitongervickas
- Created: 2021-06-30T19:27:07.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-11T12:19:19.000Z (over 4 years ago)
- Last Synced: 2023-03-03T18:29:19.569Z (over 3 years ago)
- Topics: cypress, jest, nextjs, react, tailwindcss, typescript, vercel
- Language: TypeScript
- Homepage: https://tagdiscovery.vercel.app/
- Size: 202 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tag Discovery
[](https://github.com/wellitongervickas/tagdiscovery/actions/workflows/cy.yml)
[Demo](https://tagdiscovery.vercel.app/)
A nextjs project with:
- Tailwind css
- Postcss
- Typescript
- Eslit and prettier
- Cypress and jest
- Docker
## Before start
- yarn install
## Run with Docker
- docker build -t tagdiscovery-nextjs .
- docker run -dp 3000:3000 tagdiscovery-nextjs
**_dp: run docker image in background_**
Static build files will run on `localhost:3000`
## Run development mode
- yarn dev
## Run tests
- yarn test:watch
- yarn test:coverage
## Code quality
- yarn lint
- yarn format
### Run Cypress examples
- yarn dev
- yarn test:e2e
## Build
- yarn build
- yarn start
Static build files will run on `localhost:3000`