This project was bootstrapped with Create Costro App and the TypeScript template.
npx create-costro-app my-app
cd my-app
npm run dev
The development server runs on port 3000
# Install dependencies
npm install
# Serve with hot reload at localhost:3000
npm run dev
# Build for production with minification
npm run build
# Run linter with ESLint
npm run lint
# Run tests with Jest
npm run test
Need helps? You can find documentation and examples on the Costro website.