This is the initial repo for the Getting Started Workshop at Ironhack in May 2016.
Please, if you are going to attend. Download this repo and follow the setup steps
- Download repo -duh! obvious-
$ npm install- Install
webpack,webpack-dev-serverandbabelglobally
$ npm install -g webpack webpack-dev-server babel
- To make sure it's working. Enter the main folder of the repo and run
$ npm start - Open de browser and navigate to
localhost:8080. You should see 'Hello World'. What were you expecting? The whole app already built? We are going to build our own app at the Workshop.