Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 491 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 491 Bytes

skyline_demo

ReactJS portfolio corp website with custom components and animation.

Certified for use with

  • Node 12.18.2
  • React 16.13.0
  • Webpack 4.41.5

Setting up your Developer environment

Step 1 - install nodeJS

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash
nvm install v10.16.3

Step 2 - install npms

npm install

Running in dev environment

npm run dev

Running in production

npm run start

radkin@github