Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.