GitXplorerGitXplorer
c

glint-test

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
729be93716bef4d88dfbe55e03f169f21ba2ee99

Use Node 16, add glint script

ccharlesfries committed 2 years ago
Unverified
a59c6798649dc1fa2cb7d605666f06255d6d474b

Install glint, generate foo component

ccharlesfries committed 2 years ago
Unverified
fde489a13774648a8e573754ed1c8131f8626ae3

Initial Commit from Ember CLI v4.12.1

eember-tomster committed 2 years ago

README

The README file for this repository.

glint-test

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.

Installation

  • git clone <repository-url> this repository
  • cd glint-test
  • npm install

Running / Development

Code Generators

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

Running Tests

  • ember test
  • ember test --server

Linting

  • npm run lint
  • npm run lint:fix

Building

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

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links