Pre-requisites:
- Node.js (I use v.14)
- clone the repo
- run
npm install
from the root dir (wherepackage.json
file is) - then
npm run build
followed bynpm run start:dev
- can also combined those steps with
npm run both
- can also combined those steps with
- navigate to the browser
Live page at https://silverfield.github.io/json-react-demo/publish/index.html
JavaScript modules are managed with NPM.
The project setup uses Webpack to build the dist
folder which is what is served in the browser.
As part of the Webpack build, SCSS style sheets is converted into CSS.