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

https://github.com/doemser/cgn-web-42-1-array-methods


https://github.com/doemser/cgn-web-42-1-array-methods

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Finished Demo for JS Array Methods Session

## Task

## Notes

- You only have to touch the `./js/index.js` file.

## Development

### Local Development

To work locally, please install the dependencies using `npm i` first.

Run `npm run start` to start a development server and open [localhost:3000](http://localhost:3000) in a browser.

> Alternatively you can use the Live Preview Extension for Visual Studio Code to view this project.
> Select the HTML file you want to view, press P, search for `Live Preview: Show Preview` and confirm with Enter.

Use `npm run test` to run the tests.

### CodeSandbox Cloud

Select the "Preview: 3000" tab to view this project.

Select the "Tests: logs" tab to view the tests.

> The `npm run start` and `npm run test` scripts run automatically.

### Scripts

You can use the following commands:

- `npm run start` to start a development server
- `npm run test` to run the tests
- `npm run lint` to run the linter