Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nullvoxpopuli/polaris-starter

Get started with the Polaris Edition of Ember before it's released!
https://github.com/nullvoxpopuli/polaris-starter

ember hacktoberfest vite

Last synced: 12 days ago
JSON representation

Get started with the Polaris Edition of Ember before it's released!

Awesome Lists containing this project

README

        

[Try it on StackBlitz](https://stackblitz.com/github/nullVoxPopuli/polaris-starter/tree/main?file=README.md)

Variants:

- [Vite](https://github.com/NullVoxPopuli/polaris-starter/tree/main)
- [Webpack](https://github.com/NullVoxPopuli/polaris-starter/tree/webpack) 👈 This branch

# polaris-starter

Variants:
- [Vite](https://github.com/NullVoxPopuli/polaris-starter/tree/main)
- [Webpack](https://github.com/NullVoxPopuli/polaris-starter/tree/webpack) 👈 This branch

The goal of this project is to be a quick way to get started with _Polaris_, the next edition of Ember.

Leading up to an _Edition_, the pit of incoherence can be quite deep, as there are lots of moving parts leading up to the solidification of what is in an Edition.

This project is your one-stop-shop for features and patterns expected to be a part of of _Polaris_.

The demo app contained in this repo is deployed here: https://polaris-starter.pages.dev/

Below, you'll find the default README content for new ember projects.

---

This README outlines the details of collaborating on this Ember application.
A short introduction of this app could easily go here.

## Prerequisites

You will need the following things properly installed on your computer.

- [Git](https://git-scm.com/)
- [Node.js](https://nodejs.org/) (with npm)
- [Ember CLI](https://cli.emberjs.com/release/)
- [Google Chrome](https://google.com/chrome/)

## Installation

- `git clone ` this repository
- `cd polaris-starter`
- `pnpm install`

## Running / Development

- `pnpm start`
- Visit your app at [http://localhost:4200](http://localhost:4200).
- Visit your tests at [http://localhost:4200/tests](http://localhost:4200/tests).

### Code Generators

Make use of the many generators for code, try `ember help generate` for more details

### Running Tests

- `pnpm test`

### Linting

- `pnpm run lint`
- `pnpm lint:fix`

### Building

- `ember build` (development)
- `ember build --environment production` (production)

### Deploying

Specify what it takes to deploy your app.

## Further Reading / Useful Links

- [ember.js](https://emberjs.com/)
- [ember-cli](https://cli.emberjs.com/release/)
- Development Browser Extensions
- [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
- [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)