To view the demo site click here.
Install all requried pacakges, run:
yarn
# or
npm iTo start the server locally run:
yarn dev
# or
npm run devOpen http://localhost:3000 with your browser to see the result.
To build a optimised application
yarn build
# or
npm run buildStart the prodcution build using:
yarn start
# or
npm run startOpen http://localhost:3000 with your browser to see the result.