Skip to content

devalparikh/Rememberly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rememberly

Setup

  1. Setup frontend (https://localhost:3000/ or https://localhost:8000/)
    1. cd frontend
    2. npm install
    3. npm run-script build
  2. Setup backend (https://localhost:8000/)
    1. Return to the root directory cd ..
    2. cd backend
    3. npm install
  3. Setup root
    1. Return to the root directory cd ..
    2. npm install

Run

  • To run development environment npm run dev or
  • To run production environment npm run start

Production

  • Environment Variables:
    • NODE_ENV - The environment type - example: "production"
    • PORT - The port that server.js runs