hero

JavaScript Webapi

Do what you love, love what you do

Get Started →

Jeff Atwood

Any application that can be written in JavaScript, will eventually be written in JavaScript.

Steve Jobs

I would trade all of my technology for an afternoon with Socrates.

Murphy's Law

Anything that can go wrong will go wrong.

# Just do it

# clone repo
git clone https://github.com/itellboy/javascript-webapi.git && cd docs
# install dependences
yarn
# run dev
yarn start
# run build
yarn build
1
2
3
4
5
6
7
8