An even more educational version of the Bandolier for Learn JS the Hard Way. https://learnjsthehardway.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Zed A. Shaw 7284e510d8 Found out that the templates generated by lodash (and all template engines) don't connect back to the original template file so you lose line numbers. Not sure how to solve it. 2 years ago
bin Found out that the templates generated by lodash (and all template engines) don't connect back to the original template file so you lose line numbers. Not sure how to solve it. 2 years ago
lib First commit with a basic old/new school web framework. 2 years ago
migrations First commit with a basic old/new school web framework. 2 years ago
static First example from openprops. 2 years ago
templates Found out that the templates generated by lodash (and all template engines) don't connect back to the original template file so you lose line numbers. Not sure how to solve it. 2 years ago
tests Added a jank test runner. 2 years ago
.gitignore First commit with a basic old/new school web framework. 2 years ago
LICENSE Initial commit 2 years ago
README.md Initial commit 2 years ago
knexfile.cjs First commit with a basic old/new school web framework. 2 years ago
package-lock.json Added a jank test runner. 2 years ago
package.json Added a jank test runner. 2 years ago

README.md

bandolier2

An even more educational version of the Bandolier for Learn JS the Hard Way.