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

https://github.com/benbowes/ea

Code example
https://github.com/benbowes/ea

Last synced: about 1 year ago
JSON representation

Code example

Awesome Lists containing this project

README

          

# Code example

Built with Create React App

## After cloning the project, install the dependencies

### `npm i`

Requires at least node 14 - see nodejs.org for how to install `node`

## Available Scripts

In the project directory, you can run:

### `npm serve` in one terminal, then `npm start` in another

Runs the express server.
Open [http://localhost:80](http://localhost:80) to view it in the browser.

And runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

### `npm test`

Runs the unit tests