/react-started-webpack

Base para empezar proyecto con Reactjs + Webpack

Primary LanguageJavaScript

ReactJS - Webpack - Yarn

Installation

Dillinger requires Node.js v4+ to run.

Install the dependencies and devDependencies and start the server.

$ cd react-started-webpack
$ brew install yarn | yarn install  
$ npm run start

For build...

$ npm run build

For production environments...

$ npm run production