Todo App

  1. npm install
  2. Create .env file in root directory and define 'MONGO_URI={yourmongouriwithoutthebrackets}'
  3. For development mode, run 'npm run dev' in terminal.
  4. For production mode, run 'npm run build then go to localhost:3000 in browser'.