A template that provides a starting point for building typescript libraries. The typescript is transpiled to es5 and bundled using parcel bundler. The bundled code can be used in a browser. Project uses jest and ts-jest for testing.
- Jest and ts-jest
- parcel bundler Parcel
- Typescript
- The typescript uses commonjs modules is transpiled to es2016
- Get Node.js and install it
- In the working directory run
npm install
npm run build
for building the projectnpm start
for starting dev servernpm run test
for testingnpm run testandwatch
for testing and development cycle