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

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

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/)