Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/edbzn/spotted


https://github.com/edbzn/spotted

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

# Spotted

![Spotted](https://media.giphy.com/media/F3iTD8JI4OPIs/giphy.gif)

## :rainbow: Development

Run `yarn start` to serve the project and navigate to `http://localhost:4200`.

## :hammer: Build

Run `yarn nx build spotted` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.

## :crystal_ball: Tests

Run `yarn nx test spotted` to execute the unit tests via [Jest](https://jestjs.io).

Run `yarn nx affected:test` to execute the unit tests affected by a change.

Run `yarn nx e2e spotted` to execute the end-to-end tests via [Cypress](https://www.cypress.io).

Run `yarn nx affected:e2e` to execute the end-to-end tests affected by a change.