ReactJS portfolio corp website with custom components and animation.
- Node 12.18.2
- React 16.13.0
- Webpack 4.41.5
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
npm run dev
npm run start
radkin@github