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
- Host: GitHub
- URL: https://github.com/pirosikick/cycle.js-playground
- Owner: pirosikick
- Created: 2015-12-30T08:50:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-30T08:50:29.000Z (over 9 years ago)
- Last Synced: 2025-02-26T15:54:16.329Z (3 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)