485 B
485 B
Minimum Viable Auth Setup for PERN Stack
Steps for local deploy
In client directory:
npm install- Add and populate
.envat client root with appropriate values to connect to REST API npm run devto launch vite
In server directory
npm install- Add and populate
.envat server root to connect to database and specify where the server should listen npm run devto launch development server with nodemon
Steps to extend
(to determine)