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

https://github.com/solarrust/neto-template


https://github.com/solarrust/neto-template

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

## How to use:
1. Clone
1. Run `npm install`
1. Run `npm start`
1. (extra) for test run `npm test`

## Current dependencies:
```
# workspace lection
npm install --save-dev live-server
npm install --save-dev eslint eslint-config-airbnb-base eslint-plugin-import
npm install --save-dev @babel/core @babel/cli @babel/preset-env
npm install @babel/polyfill

# webpack lection
npm install --save-dev webpack webpack-cli
npm install --save-dev babel-loader css-loader html-loader html-webpack-plugin mini-css-extract-plugin
npm install --save-dev webpack-dev-server

# jest lection
npm install --save-dev jest babel-jest

#
npm install --save-dev jsdoc
```