ksidedev / ksidedev-redux-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

** Instruction to run

$ open ~/.bash_profile      /* - Open bash profile */
$ source ~/.bashrc          /* - PASTE this into it and save */
$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash                                              */
command -v nvm              /* - Confirm installation */
nvm install x.x.x           /* - To install node version */
nvm use x.x.x /* - To use node version */



NPM install
NPM run dev
Navigate to localhost:8080

About


Languages

Language:JavaScript 94.5%Language:HTML 5.5%