Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/liumapp/starcomment

Use the stars or something else for comment
https://github.com/liumapp/starcomment

css gulp html javascript json

Last synced: about 2 months ago
JSON representation

Use the stars or something else for comment

Awesome Lists containing this project

README

        

# starComment
Use the stars or something else for comment
这是一个特别简单的html打分评价效果,通过nodeJS+bower+gulp+less这一套前端自动化开发框架来实现,对于感兴趣的童鞋来说是一个很好的学习教材。
## how to use it 使用方法
just clong the code and open the index.html , than enjoy your time
克隆代码之后直接访问index.html即可
## how to code
1. Make sure your computer environment have nodeJs .
2. code like this :
a.npm init;
b.npm install;
c.bower install;
d.gulp;
3. use less , and begin code .