Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.26 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.26 KB

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