https://github.com/manosim/npm-click
Comparing NPM (dev)Dependencies
https://github.com/manosim/npm-click
Last synced: 20 days ago
JSON representation
Comparing NPM (dev)Dependencies
- Host: GitHub
- URL: https://github.com/manosim/npm-click
- Owner: manosim
- Archived: true
- Created: 2015-04-26T19:13:24.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-07-26T14:39:27.000Z (almost 6 years ago)
- Last Synced: 2024-04-13T03:21:42.318Z (about 2 years ago)
- Language: TypeScript
- Homepage: https://www.npm.click/
- Size: 777 KB
- Stars: 70
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-projects - npm-click - Comparing NPM (dev)Dependencies ⭐70 `TypeScript` (📦 Legacy & Inactive Projects)
README
Npm Click [](https://travis-ci.org/manosim/npm-click)
=====================
Comparing NPM (dev)Dependencies. [www.npm.click](http://www.npm.click/)
### Prerequisites
- NPM
- Gulp
- ReactJS
- Redux
- Immutable JS
### Installation
You will need `http-server` installed globally to serve the website.
npm install -g http-server
npm install
### Development
npm start
npm run watch
### Tests (ES Lint)
npm test
### Deployment
Travis CI does the job. For every commit on the `master` branch, Travis runs the builds and push to the `gh-pages` branch.