Skip to content

srhise/react-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Starter Project

Prerequisites

https://egghead.io/lessons/react-react-fundamentals-development-environment-setup#/tab-code assumes you have installed babel, webpack, and webpack dev server

protip for windows

  • The command prompt sucks, download and use cmder instead
  • cmder won't run as admin by default, which is needed to install Babel & Webpack globally
  • Setup cmder to run as an administrator. Right click on the cmder title bar, settings for ConEmu, startup and change the {cmd} box to say {AdminPowerShell}
  • If you ever have problems with npm on Windows.... make sure you have downloaded and installed the latest verion of Node on your machine. I've learned that the hard way.
  • I write this stuff about Windows because no one ever does, and as a dual Windows / OSX guy, it pisses me off.

####Babel npm install -g babel-cli ####Webpack npm install webpack -g ####Webpack Dev Server npm install webpack-dev-server -g

Run Project

  • npm install
  • npm start
  • open up browser to localhost:3333

About

Simple react starter kit using webpack for local server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors