How To Create A Build System With NPM Scripts (1/3)
Daily Webdev Newsletter:
Premium and FREE Courses:
$100 DigitalOcean hosting coupon:
Like my videos and tutorials? Consider donating:
Article:
In this three part live coding series, we will create a simple build system that compiles our SCSS files down to a single CSS output. We will also leverage the power of Browserify to recursively bundle all our Javascript files into a single output.
FOLLOW US:
Twitter:
Facebook:
Repo:
Don’t forget to subscribe! Really appreciate it!
$10 DigitalOcean hosting coupon:
Best Shared hosting:
Premium Courses: (
ES6 for Everyone — The best way to learn modern ES6 JavaScript (
Sublime Text Power User Book (
React For Beginners (
I Found an Answer by Twin Musicom is licensed under a Creative Commons Attribution license (
Artist:
Great NPM scripts coverage. When requiring HTML boilerplate have you tried typing html:5 and then TAB. Snippets work in VS Code for Mac don't they?
Awesome Video. Im woundering if you can import the jquery and bootstrap from the node module.
What did you type at 1:36min? You said: "it will ask us a couple of questions; we’ll just use all the default values…" then you typed something? Are you installing?
Hi! Thank you for taking the time to do these tutorials. I am part way through the process of learning everything about JS. The more I learn, the more I see the need to delay writing code. And my insights into the failings of intermediaries such as Gulp, are one reason I have been delaying my code writing. (Avoiding 'this' and prototypes and classes are other reasons) I'm still looking for the route to take which does not take me down a dead end or "around the houses" as we say in England. It does seem like JS needs to be grounded somehow. I would like to connect your three part series on automation using npm scripts with 2 voices https://medium.freecodecamp.com/why-i-left-gulp-and-grunt-for-npm-scripts-3d6853dd22b8#.kvn16vyd4 and https://www.infoq.com/presentations/Simple-Made-Easy. Meanwhile, my question to you or others out there is, please can we have a tut on using this scripts methodology native to npm, to write ES6 code using import/ export in node to be exported for the client side. Again, thankyou for your contribution.