happy-hours / crushlines

Check out who is checking you out
4 stars 1 forks source link

Set up webpack #11

Closed heron2014 closed 8 years ago

heron2014 commented 8 years ago

We decided to not use ES6 for now

minaorangina commented 8 years ago
npm install -g webpack
npm install css-loader [--save-dev]
npm install style-loader [--save-dev]

Setting up Hapi

Setting up Webpack with React

Setting up React

heron2014 commented 8 years ago

We added scripts to package.json to run webpack and server at the same time without rerunning the script.