Skip to content

vaffel/react-components

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

react-components

Searchable repository of React-components

Installation

In order to build this project you need to have node and redis installed in your machine. Once you do, clone the repository and install it, using the following commands:

git clone git@github.com:vaffel/react-components.git
cd react-components
npm install
npm run fetch:database

To run the project in development mode, use:

gulp watch

Importing modules

This project relies on a database of npm components. Before being able to run the project for the first time, you need to fetch the components. The command to do so can also be used any time you wish to update your database.

npm run fetch:database

Possible sources of Installation problems For mac

Problems during npm install

The current version of the project is not yet fully compatible with node v4.0.0. One possible work around is to use Node Version Manager (NVM), and install node v0.12.7. This can be accomplished as follows:

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.28.0/install.sh | bash 
nvm install v0
nvm use v0

Problems during hiredis Installation

If while doing the npm install you run into the following error:

ld: library not found for -lgcc_s.10.5
make: *** [Release/hiredis.node] Error 1

You probably have a problem with your version of Xcode. The easiest way to solve it, is to update your Xcode and open it.

Using Macports

If you use macports to install your dependencies, then the issue might be that you are not using the default gcc compiler. To verify that, do:

gcc --version

If what you get is not the default clang compiler from Xcode, edit your ~/.bash_profile as follows:

vim ~/.bash_profile

And comment out the line:

export PATH=/opt/local/bin:/opt/local/sbin:$PATH

About

Searchable repository of React-components

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published