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.
- Host: GitHub
- URL: https://github.com/starhoshi/alcatrazsearch
- Owner: starhoshi
- License: mit
- Created: 2016-02-05T17:11:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-24T15:57:14.000Z (over 9 years ago)
- Last Synced: 2025-04-02T05:22:57.637Z (about 1 year ago)
- Topics: alcatraz, react, redux, typescript, webpack
- Language: TypeScript
- Size: 8.48 MB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AlcatrazSearch
[starhoshi.github.io/AlcatrazSearch](http://starhoshi.github.io/AlcatrazSearch/) - Search [Alcatraz](http://alcatraz.io/) more better.

[](https://travis-ci.org/starhoshi/AlcatrazSearch)
[](https://gemnasium.com/starhoshi/AlcatrazSearch)
[](https://www.codacy.com/app/kensuke1751/AlcatrazSearch)
[](https://codeclimate.com/github/starhoshi/AlcatrazSearch)
[](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...