Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/technologiestiftung/grundsicherung_v2
Features: Babel, Webpack & Eslint
https://github.com/technologiestiftung/grundsicherung_v2
odis
Last synced: about 2 months ago
JSON representation
Features: Babel, Webpack & Eslint
- Host: GitHub
- URL: https://github.com/technologiestiftung/grundsicherung_v2
- Owner: technologiestiftung
- License: mit
- Created: 2020-03-02T08:30:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-18T22:32:13.000Z (3 months ago)
- Last Synced: 2024-10-20T07:21:14.911Z (3 months ago)
- Topics: odis
- Language: Jupyter Notebook
- Homepage:
- Size: 10.2 MB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Second version of Grundsicherung website
**New Features are**
* 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)### Installation
```
nvm use 13
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`.
### For realtime development
change path in timelapse.js and map.js from
```
d3.json("config.json")
```
to
```
d3.json("src/config.json")
```## Credits