This is a series on how to develop cloud native applications. To start please git clone this repo.
If you havent installed node or npm into your system please follow this guide to install: https://nodejs.org/en/. Choose the appropriate one for your os. If you are using mac, you can choose to use brew to install by doing brew install node. Note: this assumes you have brew installed already
To check if you have installed node and npm successfully please do
node -v and npm -v
-
Create a folder called CNA by doing
mkdir CNA -
cd CNAand dogit clone https://github.com/leeadh/CNA_Lesson.git -
go to the appropriate lesson you wish to embark and perform the steps inside the Readme.md