Local Development Environment: Difference between revisions

From Izara Wiki
Jump to navigation Jump to search
(Created page with "= setting new PC = * install chrome * install geany * install nodejs * install npm * check node, npm, webpack version * install single spa npm install -g create-single-spa * create ssh-keygen * add ssh key in bitbucket")
 
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
* check node, npm, webpack version
* check node, npm, webpack version
* install single spa
* install single spa
npm install -g create-single-spa
*:npm install -g create-single-spa
* create ssh-keygen
* [[Set up personal SSH keys]]
* add ssh key in bitbucket

Latest revision as of 02:02, 6 August 2024

setting new PC

  • install chrome
  • install geany
  • install nodejs
  • install npm
  • check node, npm, webpack version
  • install single spa
    npm install -g create-single-spa
  • Set up personal SSH keys