/
NodeJS
NodeJS
The great thing about setting a NodeJS project means you can write Javascript code independent of ReactJS or Angular. This means debugging classes etc is so easy.
Setting up nodejs express
npm install -g express-generator
Creating a nodejs project
express <project location> --view pug
Set <project location> to “.” if you want to create a project in the current directory otherwise specify the path to the project.
npm install
Node will download the default project dependencies
, multiple selections available,
Related content
Angular Framework
Angular Framework
More like this
ReactJS
ReactJS
More like this
node_modules
node_modules
More like this
Visual Studio Code
Visual Studio Code
More like this
Things to remember
Things to remember
More like this
Basic Concepts
Basic Concepts
More like this