Skip to content

mochammadqaysa/simulator-teller-va

 
 

Repository files navigation

Simulator Teller Virtual Account

Folder Structure

No configuration or complicated folder structures, just the files you need to build your app:

simulator-teller-va
├── public
│   ├── favicon.svg
│   └── robots.txt
├── src
│   ├── assets
│   ├── components
│   ├── context
│   ├── steps
│   ├── App.tsx
│   ├── index.css
│   └── main.tsx
├── .gitignore
├── README.md
├── index.html
├── package.json
├── tsconfig.json
├── tsconfig.node.json
├── vite.config.js
└── windi.config.js

Available Scripts

In this project, you can run the following scripts:

Script Description
npm run dev Runs the app in the development mode.
npm run build Builds the app for production to the dist folder.
npm run preview Serves the production build from the dist folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.4%
  • HTML 1.4%
  • CSS 0.2%