https://github.com/pirosikick/webgl-playground
https://github.com/pirosikick/webgl-playground
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pirosikick/webgl-playground
- Owner: pirosikick
- Created: 2016-01-04T00:57:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-04T01:19:28.000Z (over 9 years ago)
- Last Synced: 2025-02-26T15:54:20.645Z (3 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- 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/)