Config ENV add .env file and update .env file with BASE_URL=[server url] Run Project install dependencies: npm install run project: npm run dev Check lint errors: npm run lint Auto format code to with lint config: npm run format