Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is ReactJs on bower?

Tags:

bower

reactjs

I'm very interested in some of the concepts in ReactJs and would like to play around with it. I'm trying to start a project to play around with it but I've been looking all over and I can't seem to find it on bower. But then again bower search kind of sucks...

Is it on there and I'm just not seeing it? If is there something about it that makes it not a good fit for the bower model? I would expect that both projects are popular enough they would work together.

like image 617
George Mauer Avatar asked Jun 05 '14 03:06

George Mauer


1 Answers

I'm not sure on the particulars of bower, but we have this repository:

https://github.com/reactjs/react-bower

which should be available as bower install react.

$ bower lookup react
react git://github.com/facebook/react-bower.git
$
like image 78
Sophie Alpert Avatar answered Oct 17 '22 19:10

Sophie Alpert