- Jest and ts-jest
- parcel bundler Parcel
- Typescript
- The typescript uses commonjs modules is transpiled to es2016
- Get Node.js and install it
npm install
in the working directory for installing dependenciesnpm run build
for building the projectnpm start
for starting dev servernpm run test
for testingnpm run testandwatch
for testing and development cycle