This is the latest version of the Remake framework, along with a Trello clone app.
Instead of using this repository, use the official Remake CLI to generate this starter project.
https://github.com/remake/remake-cli
However, if you want to set it up manually, feel free to follow the following instructions:
- Clone this repo
git clone https://github.com/remake/remake-framework.git
- Install dependencies
cd remake-framework
npm install
- Create a
variables.env
file
inside variables.env
:
SESSION_SECRET=__replace_with_something_secret__
PORT=3000
- Start the project
npm run dev