- Zshell
- NVM
- Just place a
.nvmrc
file inside the root of you project directory and add the version to be used inside
{ | |
"_id": "california", | |
"type": "Feature", | |
"properties": { | |
"name": "California", | |
"abbreviation": "CA", | |
"capital": "Sacramento", | |
"city": "Los Angeles", | |
"population": 38332521, | |
"area": 423968, |
Check if you have installed postgres on your machine first.
# CREATE A PHYSICAL POSTGRESQL DATABASE
initdb /usr/local/var/postgres
config
folder under /site/
and create a config.php
<?php
return [
npx create-react-app folder-name-of-app
Add scss support to your react app by following this tutorial
Setup redux support by following this tutorial
A list a basic tutorials which helped to accomplish basic transformations of a sqlite db
db.collection.find({ you db query here }).count()
If you’re interested to execute a script more often at a specific time you might be interested to setup a cron job. Now I want to briefly summarise the most basic how to about setting up a cronjob for a node script on a linux web server.
Cron is a service that executes scripts at a given time. Each cron job is following this syntax:
* * * * * auszuführender Befehl
┬ ┬ ┬ ┬ ┬
│ │ │ │ │
│ │ │ │ └──── weekday (0-7, Sonntag ist 0 oder 7)
brew install awscli