AssemblyScript + swc(spack) + jest
setup.
- AssemblyScript/assemblyscript: A TypeScript-like language for WebAssembly.
- swc-project/swc: Rust-based platform for the Web
- facebook/jest: Delightful JavaScript Testing.
# Install dependencies
npm i
# Run test (Jest)
npm test
# Start dev server
npm run dev
# build for production
npm run build
# Start production server (serve static)
npm start