Skip to content

fkce/webSmokeview

Repository files navigation

WebSmokeview

This project was generated with Angular CLI version 8.2.0. It's web version of smokeview.

Installing webSmokeview

  1. Get Node.js: https://nodejs.org/en/download/ or install it using package manager.
  2. Download last release: download
  3. Unzip all files into webSmokeview directory
  4. Run in terminal:
$ cd webSmokeview
$ npm install # install required packages
$ node app.js # run node.js server
  1. Open in web-browser: http://localhost:3000

Development server

  1. Clone git repo.
  2. Get Node.js: https://nodejs.org/en/download/ or install it using package manager.
  3. Run command line and install all required javascript packages:
$ cd webSmokeview
$ npm install
$ npm install nodemon -g
$ cd backend
$ npm install
  1. Run dev server
$ cd webSmokeview
$ npm start
  1. Run backend server
$ cd webSmokeview/backend
$ nodemon app.js
  1. Open http://localhost:4200

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

About

Web version of smokeview

Resources

License

Stars

Watchers

Forks

Packages

No packages published