https://github.com/natac13/first-react-app-tutorial
egghead.io first react app tutorial following along
https://github.com/natac13/first-react-app-tutorial
Last synced: 10 months ago
JSON representation
egghead.io first react app tutorial following along
- Host: GitHub
- URL: https://github.com/natac13/first-react-app-tutorial
- Owner: natac13
- Created: 2015-11-08T16:07:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-13T23:07:23.000Z (about 10 years ago)
- Last Synced: 2023-02-27T21:46:46.745Z (almost 3 years ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
I am following along best I can with this tutorial from Egghead.io. There are a few issues with changes in setup and I have noticed some changes in syntax with React@^0.14.0.
~~This is the first time with Webpack and the Webpack-dev-server which I am trying out. However I am more comfortable with gulp and browserify at the moment and like the error reporting a little better. I also have nodemon setup to run this as an express app. I am not really sure how the Webpack-dev-server works and think it is best at them moment to stick with nodemon and the express server.js file~~
Got the express server working after installing babel-cli which is now needed to run babel-node. I then made a new script in the `package.json` file to launch the express server.
Alright I went to move to the newly updated code from Tyler's [repo](https://github.com/tylermcginnis/github-notetaker-egghead) and after installing react-router 1.0.0 I was unable to figure out how to run this as a express app. I have figured out with the help of the repo's code how to run the Webpack-dev-server and now am working with that.