Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 485 Bytes

README.md

File metadata and controls

47 lines (32 loc) · 485 Bytes

Download nodejs and install

https://nodejs.org/en/download

Install yarn

npm install --global yarn

Download git and install

https://git-scm.com/

Clone from github or download zip

git clone https://github.com/trandung2k1/static_data.git

Open project and paste

yarn

Install snyk global

yarn global add snyk

Test security project

snyk test

Start server

yarn dev