Skip to content

negativo/React-es6-Starter-Kit-with-Less

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#React Starter Kit with LESS

React starter kit with LESS, babel es6

Install project

npm install

Build app

npm run build

Local run

Run the React app


npm run watch

then go to:

http://localhost:8080

By default Webpack runs local server on localhost:8080, you can change this config by adding --host yourip --port yourport within package.json:

webpack-dev-server --hot --inline --progress --colors --history-api-fallback --host 127.0.0.1 --port 1337

About

React es6 starter kit with LESS css

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages