All Templates / Starters
Meteor
A simple starter project for a Meteor full-stack Javascript Framework
meteor-starter
francis-Paul-code/meteor-starter
Just deployed
Welcome to the Meteor.js Starter Project! This repository provides a boilerplate for a Meteor.js application, fully configured for deployment on Railway.
git clone https://github.com/francis-Paul-code/meteor-starter
cd meteor-starter
Use npm to install the project dependencies:
meteor npm install
You can start the Meteor.js application locally with:
meteor
Your Meteor.js application should now be running on http://localhost:3000.
If your application relies on environment variables, create a .env
file in the root of your project or copy the existing .env.example
:
cp .env.example .env
If you want to build the project for production:
meteor build ../output --directory
This command will generate the production-ready files in the output
directory.
Use Docker to build and run the project locally:
docker-compose up --build
To deploy the project to Railway, follow these steps:
railway init
railway up
Railway will automatically detect your environment variables and configuration. Your application will be deployed and accessible at a generated Railway URL.
Feel free to contribute to this project by submitting issues or pull requests. We welcome all improvements!
This project is licensed under the MIT License.
Template Content
meteor-starter
francis-Paul-code/meteor-starterDetails
Francis Paul Musango's Projects
Created on Aug 17, 2024
3 total projects
1 active projects
JavaScript, HTML, CSS
Starters
More templates in this category
Django Monolith
A Django app connected to a Postgres database with Celery and Celery Beat.
Odogwu Machalla
33