https://github.com/solarrust/neto-template
https://github.com/solarrust/neto-template
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/solarrust/neto-template
- Owner: solarrust
- Created: 2019-03-21T17:30:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-21T17:47:22.000Z (over 7 years ago)
- Last Synced: 2025-07-17T14:58:35.793Z (12 months ago)
- Language: JavaScript
- Size: 210 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```