Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/albaitas/react-test-typescript-github-actions-v1
This is a web applications project written using Create Next App, React, Typescript, with GitHub Actions and testing with Jest and React Testing Library.
https://github.com/albaitas/react-test-typescript-github-actions-v1
ci-cd eslint github-actions jest-tests prettier react scss testing-library typescript
Last synced: 4 days ago
JSON representation
This is a web applications project written using Create Next App, React, Typescript, with GitHub Actions and testing with Jest and React Testing Library.
- Host: GitHub
- URL: https://github.com/albaitas/react-test-typescript-github-actions-v1
- Owner: albaitas
- Created: 2024-09-18T05:47:51.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-09-18T07:50:33.000Z (3 months ago)
- Last Synced: 2024-10-31T09:25:55.948Z (about 2 months ago)
- Topics: ci-cd, eslint, github-actions, jest-tests, prettier, react, scss, testing-library, typescript
- Language: TypeScript
- Homepage: https://react-test-typescript-github-actions-v1.vercel.app
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-test-typescript-github-actions-v1
This is a web applications project written using Create Next App, React, Typescript, with GitHub Actions and testing with Jest and React Testing Library.
## Demo
Project hosted on Vercel: https://react-test-typescript-github-actions-v1.vercel.app/
## Features
- Continuous integration (Plan, Code, Build, Test)
- Continuous delivery (Release, Deploy, Operate)
- Tablet and mobile friendly## Build with
- React Js, Sass
- Typescript
- Jest, React Testing Library
- ESLint, Prettier
- GitHub workflows
- GitHub Actions## Installation
Install **`git`**, **`nodejs`**, **`npm`** in your local computer
Clone this repository to your local computer:
**`$ git clone https://github.com/albaitas/react-test-typescript-github-actions-v1.git`**
Install dependencies:
**`npm install`**
Runs the app in the development mode:
**`npm start`**