Skip to content

tomjshore/cv-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tomjshore website

prerequisite

You will need node and npm installed.

Also install grunt, bower sudo npm install grunt bower -g

To Test

To run all javascript tests enter the following

cd frontend
npm install
bower install 
grunt test

For java tests it's mvn test

To run a preview

cd frontend
npm install
bower install
grunt build
cd ..
mvn spring-boot:run

To build

cd frontend
npm install
bower install
grunt build
cd ..
mvn package

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published