/BookViewer

Test task

Primary LanguageJavaScript

BookViewer

Test task

All steps steps should be performed in Ubuntu(OS X)

1) npm install

If you want to get production build

2) npm run build
3) then you can use folder "public" where you whant( for example add on your server)

If you whant to see application in work

2) check that port 8090 availible
3) npm run devserver
4) go to your browser and type in website adress field http://127.0.0.1:8090

If you whant to get non production static

2) npm start
3) in folder "public" you will see static files