Skip to content

sreegithub19/ember

Repository files navigation

Ember Logo

Ember Example

This directory is a brief example of an Ember app that can be deployed to Vercel with zero configuration.

Deploy Your Own

Deploy your own Ember project with Vercel.

Deploy with Vercel

Live Example: https://ember-template.vercel.app

How We Created This Example

To get started with Ember for deployment with Vercel, you can use the Ember CLI to initialize the project:

$ npx ember-cli new ember-project

To run the app:
- nvm use 14.0.0
- yarn install
- yarn run start


- Git: git add . && git commit -m "C" && git push origin main
- Vercel: vercel --prod  (this step is not required)

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages