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

https://github.com/pirosikick/cycle.js-playground

The playground of cycle.js
https://github.com/pirosikick/cycle.js-playground

Last synced: 3 months ago
JSON representation

The playground of cycle.js

Awesome Lists containing this project

README

        

# hiden-no-tare.web

([@pirosikick](https://github.com/pirosikick/))'s secret sauce for creating web application.

## Feature

- gulp
- webpack
- babel-loader
- postcss
- precss
- autoprefixer
- browser-sync

## Usage

### Setup

```sh
# clone this repositry with new project name
$ git clone https://github.com/pirosikick/hiden-no-tare.web.git your-project
$ cd your-project

# git init this repositry as new git repositry
$ rm -rf .git README.md
$ git init

# install dependencies
$ npm install
```

## License

[MIT](http://pirosikick.mit-license.org/)