Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

sergous/react-centric

Repository files navigation

React Centric

React + Redux with Centric theme

Build Status codecov.io Coverage Status Dependency Status devDependency Status Open Source Love PRs Welcome

Front-end platform for build several open source tools integration including collaboration, agile projects and online sales.

Usage example

Feel free to use it for learn, contribute and build your own system.

For more examples and usage, please refer to the Wiki and PivotalTracker.

Installation

You need to have Node.js and yarn (faster then npm) pre-installed. You can use npm if you do not have yarn.

Development setup

yarn install
yarn start

Build setup

yarn install
yarn build

Release History

  • 0.0.2
    • Work in progress

Meta

Sergei Smirnov – @sergo_us[email protected]

Distributed under the ICS license. See LICENSE for more information.

https://github.com/sergous/react-centric

Contributing

Kanban development board with current tasks on PivotalTracker.

  1. Fork it (https://github.com/sergous/react-centric/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request