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

https://github.com/ogrodev/job-search-zippia


https://github.com/ogrodev/job-search-zippia

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Job List Example

## Requirements

- NodeJS 18+
- Yarn, preferably

## Packages used

- NextJS v13
- React v18
- TailwindCSS v3
- Typescript v4
- Isomorphic-dompurify v0.24

## Running the project

1- First you are going to clone the repo

```bash
git clone https://github.com/SweetSoul/job-search-zippia.git
```

2- Then install the dependencies using yarn or any package manager

```bash
yarn
```

3- After that, just run the project with:

```bash
yarn dev
```