make install
make run
- Node v. 8.11.3 or later version
npm
to managenode_modules
dependencies.- Git
-
Clone this repository to your computer:
- using ssh key:
git clone [email protected]:chuhlomin/busnj-console-ui.git
- using https:
git clone https://github.com/chuhlomin/busnj-console-ui.git
- using ssh key:
-
Open terminal from inside the root folder where you cloned the project to install all the dependecies:
npm install
npm start
Works "best" behind busnj-console server. Follow server instructions, then open http://localhost:6001.
npm run build
. It will create dist
folder.
- to run tests:
npm test