- create a new react app with the create-react-app CLI
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
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
config
folder under /site/
and create a config.php
<?php
return [
Check if you have installed postgres on your machine first.
# CREATE A PHYSICAL POSTGRESQL DATABASE
initdb /usr/local/var/postgres
{ | |
"_id": "california", | |
"type": "Feature", | |
"properties": { | |
"name": "California", | |
"abbreviation": "CA", | |
"capital": "Sacramento", | |
"city": "Los Angeles", | |
"population": 38332521, | |
"area": 423968, |