/simple-ts-boilerplate

Training setup for simple webpages with typescript

Primary LanguageHTML

Simple page boilerplate with Google ESLint and Typescript

  • npm install - install all needed libs
  • npm run start - starts server so that page is available under http://localhost:1234
  • npm run build - builds code so that deploy ready files are available in dist folder