Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ssnnee/alx-frontend-javascript
Projects done in alx software engineering short front-end specialisation
https://github.com/ssnnee/alx-frontend-javascript
ecmascript ecmascript6 frontend javascript
Last synced: 24 days ago
JSON representation
Projects done in alx software engineering short front-end specialisation
- Host: GitHub
- URL: https://github.com/ssnnee/alx-frontend-javascript
- Owner: Ssnnee
- Created: 2024-03-04T14:05:21.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-29T20:32:04.000Z (7 months ago)
- Last Synced: 2024-11-11T05:30:11.909Z (3 months ago)
- Topics: ecmascript, ecmascript6, frontend, javascript
- Language: JavaScript
- Homepage: https://www.alxafrica.com/
- Size: 119 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alx frontend JavaScript
Projects done in alx software engineering short front-end specialization## Usage
To use the code in this repository, on each project folder, you have to install
the dependencies using the following command:
```bash
npm install
```
Then you can run the code using the following command:
```bash
npm run dev test_file_name
```
Where test_file_name is the name of the file you want to run.