Simple Javascript website with React as front-end with npm packages running on node.js.
- Website that used Hong Kong gov CKAN API to display its data.
use https://www.npmjs.com/ to find packages that are useful.
Install nvm to install npm to manage a node project.
Since javascript is a scripting language, Node.js is used as a runtime manager run the code.
npm init -y # Create package.json file
node {file_name}.js # Runs the code