Last active
August 8, 2018 10:24
-
-
Save saugatmaharjan/4626d56bd81dd4f07487d90805fa403c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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