Skip to content

ibm-cloud-architecture/learning-cloudnative-101

Repository files navigation

Cloud Native Bootcamp

The Cloud Native Bootcamp is released under the Apache-2.0 license GithubAction

Cloud Native Bootcamp

This course is designed to enable developers with the latest tools and techniques for developing cloud native applications.

The course materials can be viewed at- https://cloudnative101.dev/

git clone

Install dependencies

npm install

Local Development

After forking the repository, you can run your changes locally using the following:

npm run dev

You can access your local changes via localhost:8000.

Contributors