Stacktelo is a complete stack to create your favourite web applications!
Use the package manager yarn to install Stacktelo.
yarn
cd ./client && yarn
Create a .env
file in the root folder and add the following environment variables:
JWT_SECRET
MONGODB_URI
PORT=5000
Make sure you are in the root folder and run:
yarn dev
Go to http://localhost:3000/
Just connect your GitHub repository and add the following environment variables to Heroku:
JWT_SECRET
MONGODB_URI
- TBD
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.