Skip to content

sivercone/memory-word-boost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory Word Boost

This project serves as a prototype for a subsequent project.

How to run locally

You will need node.js, yarn and postgres installed.

client (react + next.js)

  1. Change directory: cd ./client/
  2. Install dependencies: yarn
  3. Start dev environment: yarn dev
  4. Visit localhost:3000 to view the application

Note: To run the client independently without the server, please follow these steps:

  1. Create a .env file in the ./client/ directory.
  2. Add the following line to the file: NEXT_PUBLIC_BACKENDLESS=true

This will enable the client to operate in a "backendless" mode.

server (node.js + postgres)

  1. Change directory: cd ./server/
  2. Install dependencies: yarn
  3. Start dev environment: yarn dev

License

MIT