Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saugatmaharjan/4626d56bd81dd4f07487d90805fa403c to your computer and use it in GitHub Desktop.
Save saugatmaharjan/4626d56bd81dd4f07487d90805fa403c to your computer and use it in GitHub Desktop.
Prerequisites for Frontend Workshop on ReactJS:
1. Own laptop
2. Git installed
- reference link for installing git https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
- reference link for getting started with git https://www.taniarascia.com/getting-started-with-git/
3. NodeJS & npm (node package manager) installed
- reference link for installing nodejs https://nodejs.org/en/download/
- reference link for getting started with npm https://nodesource.com/blog/an-absolute-beginners-guide-to-using-npm/
4. create-react-app (ReactsJS's command line tool for creating react app) installed
- reference link for getting started with create-react-app https://github.com/facebook/create-react-app/blob/master/README.md#getting-started
If you are all setup already then that's great. If not then please go through the above setup process before coming to the workshop. That will save our time a lot.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment