generator-tsbp_bjt
v1.0.2
Published
TypeScript boiler plate created by Balu John Thomas (BJT)
Maintainers
Readme
Typescript Project Boilerplate - yeoman generator
Scaffolds out [TypeScript App Boilerplate] using yeoman
Install
$ npm install generator-tsbp_bjt -gUsage
Create a new project folder within your workspace and run the yo command yo:
$ yo tsbp_bjtYou will see a bunch of folders and files gets generated. To install the necessary dependencies, run
$ npm installOnce the dependencies are installed, run
$ npm run webpack-watchThis will generate an app.bundle.js inside the build folder. The build will get updated automatically as you make changes to the files inside src folder.
View the application
Run the below command in the root folder to start the server and view the application. You may ignore this step if a server is already running and you don't want to use this server.
$ npm startOpen your browser and navigate to - http://localhost:8080/
Author
Balu John Thomas (BJT) [[email protected]]
