PWA Angular for open source projects.
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.
.
|--- 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
- Install Node 12.20
$ https://nodejs.org/download/release/latest-erbium/
- Install Angular 9
$ npm install -g @angular/cli@latest
- 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
|
- Install Node.js
- Install npm
- Install Angular
- Install Framework Css Semantic UI Semantic UI
$ npm install -g @angular/cli@latest
$ git clone https://github.com/portifolio-dev/pwa-angular.git
# Change into directory
$ cd pwa-angular