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

https://github.com/orabazu/js-data-structures

Some of the data structures implemented in Javascript
https://github.com/orabazu/js-data-structures

data-structures javascript

Last synced: 9 months ago
JSON representation

Some of the data structures implemented in Javascript

Awesome Lists containing this project

README

          

## Data structures in Javascript

Basic data structures written in Javascript

### Webpack Boilerplate

https://github.com/wbkd/webpack-starter

### Installation

```
npm install
```

### Start Dev Server

```
npm start
```

### Build Prod Version

```
npm run build
```

### Features:

* ES6 Support via [babel](https://babeljs.io/) (v7)
* SASS Support via [sass-loader](https://github.com/jtangelder/sass-loader)
* Linting via [eslint-loader](https://github.com/MoOx/eslint-loader)

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`.