Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 407 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 407 Bytes

cep-bundler-webpack-starter

Started template for creating CEP extensions using the webpack bundler.

installation

Download the source code to you computer, make sure you have node.js and npm installed (here is an easy method for macOS and linux: https://github.com/creationix/nvm)

Then open a terminal, cd into the project folder and run the following commands:

npm install
npm start