Skip to content

Building a web app with React, covering React core concepts and some intermediate to advanced patterns

Notifications You must be signed in to change notification settings

lenmorld/react_workshop

Repository files navigation

React workshop

PDF Version: (might be a bit behind the slides in terms of updates):

https://github.com/lenmorld/react_workshop/raw/master/React%20workshop.pdf

Preview:

Music Hub preview

To dev:

$ npm checkout dev 	# to follow workshop
or
$ npm checkout master		# to see latest working code

$ npm install
$ npm run dev

Go to localhost:4001

webpack-dev-server for React runs on 4001, which enables hot-reloading

backend node server runs on 4000

To deploy:

$ npm run build
$ npm start

Go to <server_name>:4000

builds bundle.js for production

backend node server runs on 4000

About

Building a web app with React, covering React core concepts and some intermediate to advanced patterns

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published