- client
- scripts
- styles
- src
- actions
- components
- constants
- dispatcher
- pages
- stores
npm i
npm start
and then open http://localhost:3000/
npm i
npm run build
: To build the production into _public
folder
and then run http server on it. http-server _public
open http://localhost:8080/
to see production result
Production use the uglifyJS and minimize css to enhance loading js and css file.
npm i
npm test
npm run clean
only clean build result.npm run clean-all
clean all dependencies and modules.
- Fork it.
- Switch to the
develop
branchgit checkout develop
- Create your feature-branch
git checkout -b your-new-feature-branch
- Commit your change
git commit -am 'Add new feature'
- Push to the branch
git push origin your-new-feature-branch
- Create new Pull Request with
develop
branch
See CHANGELOG
The MIT License (MIT)
Copyright (c) 2015 Lee < [email protected] >
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.