https://github.com/dyzio18/parser-xml
Simple parser for specyfic XML files
https://github.com/dyzio18/parser-xml
Last synced: about 2 months ago
JSON representation
Simple parser for specyfic XML files
- Host: GitHub
- URL: https://github.com/dyzio18/parser-xml
- Owner: Dyzio18
- Created: 2018-08-30T14:24:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-12T09:04:21.000Z (over 6 years ago)
- Last Synced: 2024-12-26T23:26:37.634Z (10 months ago)
- Language: JavaScript
- Homepage: https://dyzio18.github.io/parser-xml/dist/index.html
- Size: 1.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Parser XML
Parser for specyfic type of xml files. [TOOL]
## Usage
Install npm dependencies
```sh
npm install
```**After the project has been kickstarted**
To start the development server
```sh
npm start
```To build for production
```sh
npm run build
```To preview the production build
```sh
npm run preview
```## Credits
[https://lifenautjoe.github.io/webpack-starter-basic/](https://lifenautjoe.github.io/webpack-starter-basic/)