prefeel lib
1.0.0
prefeel-lib's mainpage.
prefeel-lib is a web application for the team project that allows team members to practice several libraries to adjust coding convention and library.
Developers have in trouble in choosing library because it is hard to understand the library's pros and cons before you try to code it yourself. We started this project to help developers to type example code and choosing libraries. Developers who use this project would practice typing agreed coding convention before team project get started.
$ git clone https://github.com/bbvch13531/prefeel-lib
$ cd where-you-cloned-prefeel-lib
$ cd ./prefeel-lib_frontend
$ npm install
$ npm start
Any bug report via github issue is welcome!
Please read CONTRIBUTING.md first. prefeel-lib strictly follows Airbnb Javascript Style Guide
prefeel-lib is licensed under the GNU GENERAL PUBLIC LICENSE v3.
Copyright (C) 2017-present, oh3vci,bbvch13531,WoochanLee
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.