Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mapascoletivos/webapp
- Owner: mapascoletivos
- License: mit
- Archived: true
- Created: 2014-04-15T22:13:38.000Z (over 10 years ago)
- Default Branch: develop
- Last Pushed: 2020-05-09T10:40:24.000Z (over 4 years ago)
- Last Synced: 2024-08-01T12:34:46.593Z (3 months ago)
- Language: JavaScript
- Homepage: http://www.mapascoletivos.com.br
- Size: 8.07 MB
- Stars: 5
- Watchers: 8
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - mapascoletivos/webapp - Mapas Coletivos Web Application (others)
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)