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