Skip to content

Instantly share code, notes, and snippets.

View rocksinghajay's full-sized avatar

Ajay singh rocksinghajay

View GitHub Profile
curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -
sudo apt-get install nodejs npm
ajay@ajay-HP-Notebook:~$ node -v
v9.6.1
ajay@ajay-HP-Notebook:~$ npm -v
6.1.0
npm install -g create-react-app
create-react-app project-name
cd project-name
create-react-app react-redux-router
cd react-redux-router