This is Code Fellows' textbook for The Full-Stack JavaScript Development Accelerator.
It's a GitBook project.
This book's latest published form is available at Full Stack JavaScript Engineering.
npm -g install gitbook
git clone https://github.com/codefellows/Full-Stack-JavaScript-Engineering.git
Browse locally:
cd Full-Stack-JavaScript-Engineering
gitbook serve .
Bgitbook build . --output=publicuild the Gitbook and check in the changes to the public folder
gitbook build . --output=public
git add public
git commit
git push heroku master # must be a contributor
Send us a pull request here on Github.
More info, see the GitBook README