Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/elmarti/noala-tech-test


https://github.com/elmarti/noala-tech-test

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# Framework tech test

## Getting started

Install the dependencies using `yarn` or `npm`

```
npm install
```
OR
```
yarn install
```

Run the project
```
npm start
```
OR
```
yarn start
```