A talk about TypeScript!
-
Install dependencies
$ yarn install
-
Start the webpack server. The server will run at the default
webpack-dev-server
address,localhost:8080
.$ yarn start # Or with a specific port! $ yarn start --port=3000
Building the dist version of the project is as easy as running
$ yarn build