Skip to content

gugcz/web-admin

Repository files navigation

Dependency Status devDependency Status

web-admin

Administration for GUG.cz web

Requirements

Installation

Download this package

git clone https://github.com/gugcz/web-admin.git

Install dependencies

yarn install

or just

yarn

note: npm is also working

Development

Run example application with live reload

npm start

Open http://localhost:8000/in browser and happy developing

Other commands

 npm start             # vývojový režim, spustí aplikaci lokálně, dělá livereload
 
 npm test               # spuštění unit testů (karma)
 
 npm run test-watch     # opakovené spouštění unit testů při změně souborů 

 npm run protractor     # E2E testy
 
 npm build              # zbuilduje celou aplikaci do složky dist

Deployment

A repository contains a configuration for Circle CI/CD. Each commit on master branch will deploy project to Firebase hosting.