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

https://github.com/starhoshi/alcatrazsearch

Search Alcatraz better.
https://github.com/starhoshi/alcatrazsearch

alcatraz react redux typescript webpack

Last synced: about 1 year ago
JSON representation

Search Alcatraz better.

Awesome Lists containing this project

README

          

# AlcatrazSearch

[starhoshi.github.io/AlcatrazSearch](http://starhoshi.github.io/AlcatrazSearch/) - Search [Alcatraz](http://alcatraz.io/) more better.

![screenshot.png (1228×933)](https://raw.githubusercontent.com/starhoshi/AlcatrazSearch/master/screenshot.png)

[![Build Status](https://travis-ci.org/starhoshi/AlcatrazSearch.svg?branch=master)](https://travis-ci.org/starhoshi/AlcatrazSearch)
[![Dependency Status](https://gemnasium.com/starhoshi/AlcatrazSearch.svg)](https://gemnasium.com/starhoshi/AlcatrazSearch)
[![Codacy Badge](https://api.codacy.com/project/badge/grade/143f8ddbf1b043a59cf9b6ab5db55184)](https://www.codacy.com/app/kensuke1751/AlcatrazSearch)
[![Code Climate](https://codeclimate.com/github/starhoshi/AlcatrazSearch/badges/gpa.svg)](https://codeclimate.com/github/starhoshi/AlcatrazSearch)
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)

## Getting Started

Requirement:

- NodeJS 4+

Install dependencies:

```
npm install
typings install
```

## Running development server

Run webpack dev server (for assets):

```
npm run dev-server
```

Visit [http://localhost:2992](http://localhost:2992)

## build for production

Output build/public:

```
npm run build
```

## deploy GitHub Pages

Output build/public and deploy gh-pages:

```
npm run deploy
```

### Testing

To run tests, use:

```
npm test
```

## Reference

* [Alcatraz | The Package manager for Xcode](http://alcatraz.io/)
* Great Xcode Plugin Manager.
* [jaysoo/todomvc-redux-react-typescript: TodoMVC example using Redux, React, and Typescript](https://github.com/jaysoo/todomvc-redux-react-typescript)
* webpack, TypeScript, react, redux, etc...