Survey app challenge.
You will need the following things properly installed on your laptop/pc.
Installing Nodejs via nvm
docs
- Install Script
-
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash
- or
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash
- Load nvm
-
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
- Verify Installation
command -v nvm
nvm -v
- Download latest node
nvm install node
- Use Node
nvm use node
git clone <repository-url>
this repository- change into the new directory
npm install
npm start
- Visit your app at http://localhost:3000.
npm run test:dev
npm run build
(production)
yarn run deploy
- reactjs.js
- react-testing-library
- Development Browser Extensions