Welcome to the Genezio Ember Getting Started Template repository! This project provides a basic Ember template to help you quickly get started with your Genezio projects.
-
Install Dependencies
Ensure you have Node.js and npm installed. Then, install the project dependencies:
npm install
-
Run the Project
Start the development server:
npm start
Open http://localhost:4200 to view it in your browser.
-
Modify the Template
You can modify the Ember components and styles to suit your project requirements. The main files are:
app/templates/application.hbs
: Entry point for the Ember application.app/app.js
: Entry point for the Ember application.app/router.js
: Router for the Ember application.styles/app.css
: CSS styles for the Ember application.
🚀 You can deploy your own version of the template to Genezio with one click:
Genezio also provides a CLI tool that you can use to deploy your project from your machine. All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm install -g genezio |
Installs genezio globally |
genezio login |
Logs in to genezio |
genezio local |
Starts a local server |
genezio deploy |
Deploys a production project |
genezio --help |
Get help using genezio |
To learn more about Genezio, take a look at the following resources:
If you need support or you have any questions, please join us in our Discord channel. We'd love to chat!