The first thing we need to do is make sure that you have a working version of the latest Node.
Discription
js and npm installed on your machine. If not, go ahead and install them by following these instructions: https://nodejs.org/en/download/. Once youve got Node and npm set up, lets create a new directory for our project. In this guide I will be using ~/projects as my root directory but feel free to use whatever works best for you: mkdir -p ~/projects && cd ~/projects Next, we can initialize our project with npm init
https://t.co/pc4iXEBmKh
References
Back to Main