This repository was manually forked from https://codesandbox.io/s/intro-to-js-playground-0czx0
This project was used for learning JavaScript under the guidance of Stanley Nguyen in Day 3 and 4 of Fundamentals in JavaScript course.
Following are required:
-
node.js: https://nodejs.org/en/download/
-
Use of Terminal/Command Prompt
-
yarn:
npm install --global yarn # Installs yarn yarn --version # Test if yarn is installed
Instructions: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
Commands to Run:
-
Install the packages that will be required (only for launching this app first time)
yarn install
-
Start the localhost server
yarn start
-
Go to any browser and type the address Address will look something like
localhost:8080
(or the port number8080
can be a different number depending on configuration) -
Play with the code, make changes , save the files and refresh page to view changes