Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kittonn/primo-assignment
https://github.com/kittonn/primo-assignment
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kittonn/primo-assignment
- Owner: Kittonn
- Created: 2024-01-16T15:43:42.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-18T15:32:10.000Z (12 months ago)
- Last Synced: 2024-01-18T18:38:53.527Z (12 months ago)
- Language: TypeScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Primo Assignment
## How to run
1. Clone the repository
2. Install the dependencies
```bash
npm install
```3. Run this project with either of the following commands
```bash
npm run build
``````bash
npm run start
```or run in development mode
```bash
npm run dev
```4. Run the tests
```bash
npm run test
```