Skip to content

Create, share, comment, and collaborate in real time on snippets of code. This could be used for interviews, code reviews, peer coding, or a brainstorming session.

License

Notifications You must be signed in to change notification settings

JosuContrer/infinite-monkey-snippet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

infinite-monkey-snippet

Create, share, comment, and collaborate in real time on snippets of code. This could be used for interviews, code reviews, peer coding, or a brainstorming session.

React Setup and Dependecies

To use react, you first have to download nodejs. React comes bundled within nodejs: https://nodejs.org/en/

Now clone this repo to your local machine $ git clone

Go in the /app directory and run the following command to install all the reactjs dependacies: $ npm install

(We used react-strap and font-awesome for this project)

Now run the react app on your local host using the following command: $ npm start

Note: If you are missing the react-strap css file run the following command $ npm install bootstrap --save $ npm install --save reactstrap react react-dom

About

Create, share, comment, and collaborate in real time on snippets of code. This could be used for interviews, code reviews, peer coding, or a brainstorming session.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published