- Install node.js
- (Optional)To check if node is installed correctly run
node -v
in your console - Install meteor.js
- (Optional)To check if meteor is installed correctly run
meteor --version
in your console - In your console go to your project root directory
cd your/project/path
and runmeteor npm install
- And then run
meteor
- Open the
http://localhost:3000/
adress in your browser - Enjoy!
If you like this small project you can rate it with a ⭐