This repository is a template for a full-stack application using the following technologies:
config.json
file.Make sure you have the following installed:
After cloning the repository, run the following command in frontend directory to install the necessary npm packages:
npm install
Create a config.json
file in the root directory of the project with the following content:
{
"redisURL": "redis://localhost",
"jwtSecret": "jwtsecret",
"domain": "localhost",
"allowedOrigins": [
"http://localhost:8080"
]
}
To start the development server, use the --dev
argument:
./echo-redis-svelte-template --dev
This will start the vite server in development mode with hot reloading for developing the frontend.
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.