Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mapascoletivos/webapp

Mapas Coletivos Web Application
https://github.com/mapascoletivos/webapp

Last synced: 5 days ago
JSON representation

Mapas Coletivos Web Application

Awesome Lists containing this project

README

        

# Mapas Coletivos: Web Application

A web application for creating maps using Mapas Coleticos API.

## Installation and Usage

The steps below will walk you through setting up a development environment.

### Install dependencies

Install the following on your system:

- [Git](https://git-scm.com)
- [nvm](https://github.com/creationix/nvm)

Clone this repository locally and activate required Node.js version:

```
nvm install
```

Install Node.js dependencies:

```
npm install
```

### Development

Start the development server:

npm run dev

The app will be served at [http://localhost:8000](http://localhost:8000), refreshing automatically when changed.

## License

[MIT](LICENSE)