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

https://github.com/matheuseabra/js-hub

Discover top tooling around JavaScript 🔨
https://github.com/matheuseabra/js-hub

developer-tools github javascript react repositories typescript

Last synced: 3 months ago
JSON representation

Discover top tooling around JavaScript 🔨

Awesome Lists containing this project

README

          

# JS Hub

![Netlify Status](https://api.netlify.com/api/v1/badges/ea4d59e6-aa6e-433f-add1-5d6f25b9b640/deploy-status)

![the js-hub homepage](https://github.com/matheuseabra/js-hub/blob/master/.github/docs/homepage.png)

A curated list of top open-source JavaScript libraries, frameworks and tools for developers.

## Live Demo

[https://js-hub.netlify.com/](https://js-hub.netlify.com/)

### Prerequisites

- Docker
- Docker-compose
- Node
- npm

### Quickstart đŸ”Ĩ

These instructions will get you a copy of the project up and running on your local machine for development.

```
$ git clone https://github.com/matheuseabra/js-hub
$ cd js-hub
$ docker-compose up
```

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

## Running the tests âŠī¸

```
$ bin/test
```

Run the tests. Launches the Jest test runner in the interactive watch mode.

## Deployment âœˆī¸

```
$ bin/build
```

Builds the app for production to the build folder.

## Main dependencies 🔧

- react
- react-dom
- react-router-dom
- axios
- evergreen-ui
- typescript
- styled-components
- react-testing-library

## Contributing

If you want to contribute, please open an a pull-request

## License

This project is lincensed under the GNU General Public License v3.0