Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ralucanicola/cg-exercises
https://github.com/ralucanicola/cg-exercises
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ralucanicola/cg-exercises
- Owner: RalucaNicola
- Created: 2023-12-07T14:30:17.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-15T16:31:09.000Z (9 months ago)
- Last Synced: 2024-02-15T18:45:36.727Z (9 months ago)
- Language: TypeScript
- Size: 458 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Setup
Download [Node.js](https://nodejs.org/en/download/).
Run this followed commands:``` bash
# Install dependencies (only the first time)
npm install# Run the local server at localhost:8080
npm run dev# Build for production in the dist/ directory
npm run build
```