Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`**