Visit my blog or connect with me on Twitter
git init
or
const store = {} | |
store.inputs = (function(){ | |
const inputs = []; // ESTADO BASE | |
const reducer = (state=inputs, action) => { | |
switch (action.type) { | |
case 'ADD_INPUT': | |
state.push(action.text) | |
return state |
npm init | |
npm init -y | |
npm install | |
npm i | |
npm i --save | |
npm i --save-dev | |
npm i -S | |
npm i -D |
Visit my blog or connect with me on Twitter
git init
or
[Desktop Entry] | |
Name=Redshift | |
Exec=redshift -l 4.5892:-74.1032 | |
Terminal=false | |
Type=Application | |
StartupNotify=true | |
[Desktop Entry] | |
Name=Guake |