-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ee63c06
commit 347451e
Showing
1 changed file
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,19 @@ | ||
# Webapp AQT | ||
webapp using PWA (Progressive webapp) concept, AngularJS 1.6 and running in NodeJS. | ||
|
||
### APP | ||
Web App to help users share "good" questions in Stack Overflow pt-BR. | ||
|
||
### REQUIREMENTS | ||
* NodeJS [download](https://nodejs.org/en/) | ||
* NodeJS | ||
|
||
### USAGE | ||
* clone this repository; | ||
* Inside the project directory, perform the steps: | ||
1. Use command line `npm install` to download modules of project. | ||
3. Use command line `npm start` to started local server. | ||
4. Be happy!! | ||
|
||
### IMPORTANT POINTS | ||
* This project require HTTPS protocol. | ||
|
||
`MIT License - Copyright (c) 2017 Analyzer Questions Tool` | ||
`MIT License - Copyright (c) 2017 Analyzer Questions Tools` |