Skip to content

alexisparis/react-youtube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#####################################################################################
inspired by https://stanko.github.io/setting-up-webpack-babel-and-react-from-scratch/
(the part related to eslint was not applied)
#####################################################################################

to run webpack :

    node ./node_modules/webpack/bin/webpack.js

        it will compile all the declared resources

to run in dev mode with hot reload :

    node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js

    or

    webpack-dev-server

    or (with automatic refresh in the browser)

    npm run dev

to build a production ready application :

    node ./node_modules/webpack/bin/webpack.js

    npm run webpack

About

node / react project skeleton that supports hot reloading (from https://www.udemy.com/react-redux)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published