|
You are here |
roland.kierkels.net | ||
| | | | |
kewah.com
|
|
| | | | | How to use npm as a front-end package manager | |
| | | | |
juffalow.com
|
|
| | | | | If you work on a larger project, you have surely write a build script, which helps you with repeating tasks. This can be concatenating javascripts, compiling SASS / LESS files, moving or deleting some files, etc. Each task like this can be ( relatively ) easily defined in Grunt and it will take care of everything. | |
| | | | |
janikvonrotz.ch
|
|
| | | | | In web development there are tons of programs and tools and due to that also complex and very different development strategies. Luckily dependency handling got a lot easier. For my Laravel project setup we will use 3 different package managers. Every package manager of course manages a different resource, we will use composer for php packages, npm for everything related to Node.js and Bower for web packages. | |
| | | | |
blog.alexdevero.com
|
|
| | | Do you want to build React app with express API? This tutorial will show you how. Learn how to create a simple React app and build API with Express.js. | ||