Skip to content

project-prototyping/portal-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

portal-service

Testing services



 2003  curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
 2004  apt-get install nodejs
 2005  node -v
 2006  cd /var/www/html/
 2007  mkdir nodejs
 2008  cd nodejs/
 2009  npm
 2010  npm install -g reactjs-portal
 2011  npm install -g create-react-app
 2012  create-react-app search-portal
 2013  cd search-portal/
 2014  npm start
 2015  npm install hogan.js
 2016  npm start
 2017  npm i react-router-dom --save
 2018  npm start



Releases

No releases published

Packages

No packages published