Initialize the project

Initialize the project

Now we’ll turn this folder into an npm package.

npm init

You’ll be given a series of prompts. You can use the defaults except for your entry point. For your entry point, use ./dist/bundle.js. You can always go back and change these in the package.json file that’s been generated for you.

doc_TypeScript
2016-10-04 19:25:18
Comments
Leave a Comment

Please login to continue.