Skip to content

FrontEnd setup

Vojtech Mašek edited this page Aug 19, 2019 · 3 revisions

FrontEnd setup

Code style

  1. Save this file somewhere on your disk
  2. Open IDE WebStorm/Idea/GoLand
    • File->Settings->Editor->Code Style->Manage->Import

NodeJS & NPM

  • sometimes it is a problem to install LTS NodeJS from linux distro repository.

NOTICE: Always make sure you have LTS installed

These are repositories to install LTS/latest nodejs and npm, solving node issues with not existing or old repos and versions

https://github.com/nodesource/distributions

https://github.com/nodesource/distributions#rpm

Clone this wiki locally