Skip to content

Wodric/cryptlaser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cryptlaser

Requirement

  • NodeJS (last stable version)
  • NPM
  • Angular CLI
  • Java 8
  • Maven
  • Git

Dont forgot your JAVA_HOME and MVN_HOME variable

How to start project in Dev mode

Get code

Clone this repository

git clone https://github.com/Wodric/cryptlaser.git

Start server side

It will start the server on 8080, if there is already some stuff running on this port, Cryptlaser won't start.

  • cd cryptlaser-backend
  • mvn spring-boot:run

Start web-side

It will start the web-side on 4200, if there is already some stuff running on this port, Cryptlaser won't start.

  • cd ..
  • cd cryptlaser-web
  • npm install
  • ng serve --open

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published