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 đ¨
- Host: GitHub
- URL: https://github.com/matheuseabra/js-hub
- Owner: matheuseabra
- License: gpl-3.0
- Created: 2018-10-24T03:03:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:45:20.000Z (almost 3 years ago)
- Last Synced: 2025-04-04T14:44:01.374Z (6 months ago)
- Topics: developer-tools, github, javascript, react, repositories, typescript
- Language: TypeScript
- Homepage: https://js-hub.netlify.com
- Size: 2.96 MB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# JS Hub


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