Skip to content

A basic running example of React with Babel 6, Webpack 3 and Less

Notifications You must be signed in to change notification settings

2slow/react-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React from scratch

Some experiment on running a minimal example of React working with Babel 6 and webpack

Installation

Just git clone & npm install:

git clone https://github.com/2slow/react-from-scratch.git
cd react-from-scratch
npm install

Then use it with one more

Run the dev server:

npm start

And open the url localhost:3006 (because :8080 is too mainstream)

Build project (in dist directory by default):

npm run build

About

A basic running example of React with Babel 6, Webpack 3 and Less

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published