This is a Twitter clone website, a little project I built to learn front-end development. At first, it was static pages, but now it became interactive.
You can install the requirements automatically running:
- ./install.sh
Basically, the script will do all the following steps and commands for you, but if you prefer to add them manually:
- sudo apt-get install nodejs
- sudo apt-get install npm
- [http://docs.mongodb.org/manual/tutorial/install-mongodb-on-ubuntu](Follow this link to install it)
- sudo npm install -g bower
- sudo npm install -g grunt-cli
- sudo apt-get install ruby-full
- sudo gem install sass
- npm install
- bower install
- nodejs server.js ( or node server.js) [depends on your installation]
- (in case you want to change it from nodejs to node) sudo ln -s /usr/bin/nodejs /usr/bin/node
Voilà!