Skip to content

rk-tech-tutorial/typescript-boilerplat

Repository files navigation

Setup Project

  • Install NVM from https://github.com/nvm-sh/nvm
  • Install node v14.15.4 using nvm by using command nvm install 14.15.4
  • Go to the project directory then type nvm use
  • Add a file ".env.development" to run the project in development mode
  • or for production use .env.production file as enivronment file
  • Type npm install to install all the dependencies.
  • Add all the env variables which is mentioned in ".env.example" file
  • Type npm run build:dev