React + Redux with Centric theme
Front-end platform for build several open source tools integration including collaboration, agile projects and online sales.
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.
You need to have Node.js and yarn (faster then npm) pre-installed. You can use npm if you do not have yarn.
yarn install
yarn start
yarn install
yarn build
- 0.0.2
- Work in progress
Sergei Smirnov – @sergo_us – sergous@gmail.com
Distributed under the ICS license. See LICENSE
for more information.
https://github.com/sergous/react-centric
Kanban development board with current tasks on PivotalTracker.
- Fork it (https://github.com/sergous/react-centric/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request