Skip to content

labsdev-Training/pwa-angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PWA - Angular

PWA Angular for open source projects.

NPM VersionNode VersionAngular VersionSemantic-UI Version

This project provides the following features:

  • README.md and CHANGELOG.md with information about the project, installation, usage, development, author and license.
  • Badges for Travis, Appveyor, CircleCI, Coveralls, npm and License.

Project files

.
|--- src
|    |--- index.js
|--- test
|    |--- test.js
|--- .editorconfig
|--- .eslintignore
|--- .eslintrc.json
|--- .gitattributes
|--- .gitignore
|--- .npmrc
|--- .prettierrc
|--- .travis.yml
|--- appveyor.yml
|--- CHANGELOG.md
|--- circle.yml
|--- LICENSE
|--- main.js
|--- package.json
|--- README.md

Installation

  • Install Node 12.20
$ https://nodejs.org/download/release/latest-erbium/
  • Install Angular 9
$ npm install -g @angular/cli@latest

Usage

  • Creating a project
# Create a directory for your project
$ ng new pwa-angular

# Change into directory
$ cd pwa-angular

# add angular 
$ ng add @angular/pwa

# Generate a project
$ ng build --prod

# Acessar pasta dist/pwa-angular e rodar o comando 
$ npx serve

# Instalar framework semantic ui
$ 
  • Running project
Action Usage
Starting development mode ng serve

| Sending coverage results to Coveralls.io | npm run coveralls |

Development

Prerequisites

$ npm install -g @angular/cli@latest

Clone the repo

$ git clone https://github.com/portifolio-dev/pwa-angular.git

Run project

# Change into directory
$ cd pwa-angular

Author

Rose Dias

License

MIT

https://www.webfx.com/tools/emoji-cheat-sheet/

https://shields.io/

About

Aplicação Angular - PWA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published