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

https://github.com/kaf-lamed-beyt/jspl


https://github.com/kaf-lamed-beyt/jspl

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## Js fundamentals

### Installation

```
npm install
```

### Start Dev Server

```
npm start
```

### Build Prod Version

```
npm run build
```

When you run `npm run build` we use the [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) to move the css to a separate file. The css file gets included in the head of the `index.html`.