Skip to content

KaniRobinson/FrontendDevelopment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Development

Download List

Windows
  • NodeJS
  • GitBash
  • Cywig
  • Run Setup.exe inside the Cywig Directory
  • Install the Following Packages
devel - openssl
devel - g++-gcc
devel - make
python - python
devel - git
  • Open the cygwin command line with Start > Cygwin > Cygwin Bash Shell.
$ git clone git://github.com/ry/node.git
$ cd node
$ ./configure
$ make
$ sudo make install
Mac OSx

Via Homebrew

$ brew install node

Alternative

$ git clone git://github.com/ry/node.git
$ cd node
$ ./configure
$ make
$ sudo make install
Ubuntu
$ sudo apt-get install g++ curl libssl-dev apache2-utils
$ sudo apt-get install git-core

$ git clone git://github.com/ry/node.git
$ cd node
$ ./configure
$ make
$ sudo make install

Getting the Code

  • CD to your directory where you're going to put the code
$ cd Desktop
$ git clone git://github.com/KaniRobinson/FrontendDevelopment.git

Installing Grunt

  • CD into your FrontendDevelopment Folder and install grunt
$ cd FrontendDevelopment
$ npm install

SDK

Coming soon!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published