/var/log

Tag: NPM

Custom colors for AdminLTE

There is some information about using different colors for the AdminLTE dashboard, but this is either too old (still uses Grunt and LESS files) or there's not enough information for someone who is not experienced in running the NPM scripts. So below are the steps to build the AdminLTE CSS with custom colors for the […]

React, Babel and NPM

These are the steps to take when developing a React application with automatic JSX (and es2015 to es5) transformation with Babel. I don't use a bundel in this example, so you cannot use things like "import" and you have to add script tags to your HTML page to import Javascript files. Initialize your NPM project - […]