We've all created projects before. It's the same old story. Run npm init [-y] After that run npm install <so-so-packages> Then, we have to create the files and folders and type some starter code. After that, there is also version control, configurat...