-
Notifications
You must be signed in to change notification settings - Fork 12
Home
Nolan Nichols edited this page Nov 2, 2016
·
2 revisions
cd metasearch
npm install -g create-react-app
create-react-app app
cd app
npm install --save-dev babel-cli
npm install --save-dev babel-loader babel-core
npm install --save-dev babel-preset-react
npm install --save-dev babel-preset-es2015
npm install webpack --save-dev
npm install webpack-dev-server --save-dev