Answer the question
In order to leave comments, you need to log in
Useful "features" for fast, correct and productive work with Node.js?
Good day! Gentlemen, recently (about half a year ago) I began to study all the innovations in the world of web development. I developed websites about 4-5 years ago. Learned about a lot of frameworks, etc. Brought in NODE.JS.
I installed npm node (a bunch of modules: less , jade, express) on my old computer.
Downloaded Brackets, added useful extensions for working with node and npm.
I read that almost all developers use git repositories. Installed git , dealt with grief in half.
But I ran into one very big and unpleasant problem for me.
A lot of actions are needed for this, namely:
Answer the question
In order to leave comments, you need to log in
You're thinking in terms of:
- I need a "Make a f**k" button.
That doesn't happen. That's all that you described, set up once and then used with pleasure.
Let's go point by point:
1. Run Node
- Discover pm2, forever, etc.
2. Run Git
- How else? Changed files, did git commit , did git push . What's wrong? There are hooks on the edge.
3. Set up Brackets
- Did you write in PHP in a notepad? Any editor or IDE provides for initial setup.
4. Customize color highlighting
- See point 3.
5. Expand site
- What do you mean?
6. Update the Git repository
- Well, how will the changes get into the turnip? You can configure it so that when saving a file, the following set of commands will be automatically executed:
$ git add .
$ git commit -m "Commit"
$ git push origin master
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question