Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 448 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 448 Bytes

Turbine starter

Turbine starter kit using TypeScript and Webpack.

Get it

Get what you need.

git clone https://github.com/funkia/turbine-starter my-turbine-project
cd my-turbine-project
npm install

Usage

Start the development server.

npm start

This will start the webpack development server and open the webapp in your default browser.

npm run build-prod

Will create a minified bundle for production usage.