npm i
npm run dev
open http://localhost:3000/ in your browser
You can access your .env variables by deconstructing 'process.env' object, both on client and server. Just make sure that you reboot the server when updating .env file.
npm i
npm run dev
open http://localhost:3000/ in your browser
You can access your .env variables by deconstructing 'process.env' object, both on client and server. Just make sure that you reboot the server when updating .env file.