Skip to content

gdisf/react-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

97a9570 · Oct 24, 2018

History

69 Commits
Jun 24, 2018
Oct 20, 2018
Oct 20, 2018
Oct 20, 2018
Jul 1, 2018
Jul 17, 2017
Jul 15, 2017
Oct 24, 2018
Jun 24, 2018
Jul 1, 2018
Jul 1, 2018
Jul 19, 2017

Repository files navigation

Intro to React

Setup

Clone the repo:

git clone https://github.com/gdisf/react-js.git

If you would like to save your work on your own GitHub repo, fork it first, then clone the fork.

Set up your environment

This workshop uses npm 5.1.0 and node v8.11.3. If the start instructions don't run below, you might need to install a new verison of node.

Check what versions of node + npm you are running:

npm -v
node -v

If you are not running npm 5.1.0 and node v8.11.3, install node v8.11.3:

https://nodejs.org/en/download/

Verify you are running the correct versions.

Starting the repo:

Run:

npm install

After that has completed, run:

npm start

Once Webpack has finished building, go to http://localhost:9000/. You should see a page with the text 'Hello GDInsta!'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published