Install dependencies
npm installOR
yarnTo start the project run following command in your terminal:
npm startOR
yarn startTo build the project run the following command in your terminal:
npm run build:prodOR
yarn run build:prodTo build and run the project run the following command in your terminal:
npm run start:prodOR
yarn run start:prodTo run server of already build project run the following command in your terminal:
npm run serve:prodOR
yarn run serve:prodCopy content from .env.example & paste on new file .env
- Word which are reusable should be in global.json
- Long sentence should be in appropriate translation json file ( we have created translation JSON file respective to main components)
- Copy content from
.env.example& paste on new file.env - do
npm i - if still not work remove
node_modules&package-lock.jsonand then donpm i