Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elmarti/noala-tech-test
https://github.com/elmarti/noala-tech-test
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/elmarti/noala-tech-test
- Owner: elmarti
- Created: 2022-06-08T15:31:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-16T20:32:52.000Z (over 2 years ago)
- Last Synced: 2024-11-02T20:42:10.660Z (about 2 months ago)
- Language: TypeScript
- Size: 1.64 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```