A gentle introduction to JavaScript Workshop Author: Divya Tagtachian
To get your own instance of this project cloned and deployed to Netlify very quickly, just click the button below and follow the instructions.
What's happening:
- Netlify will clone the git repository of this project into your Github account. It will ask for permission to do this.
- We'll create a new site for you in Netlify, and configure it to use your brand new repo. Right away you'll be able to deploy changes simply by pushing changes to your repo.
- The End!
To run this example, you can use either npm or yarn. Depending on the tool you use, the command to build the dependencies in this project will differ.
If using NPM run:
npm i
If using Yarn run:
yarn
Running the below commands will start a local development server running on http://localhost:1234/
If using NPM run:
npm run start
If using Yarn run:
yarn start
If using NPM run:
npm run build
If using Yarn run:
yarn build
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License