Skip to content

typescript-tutorial/data-validation-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

data-validation-sample

How to run the sample

Clone the Repository

Open your terminal and run:

git clone https://github.com/typescript-tutorial/data-validation-sample.git

Install Dependencies

Make sure you have Node.js and npm installed. Then run:

npm install

Build the TypeScript Project

This project uses TypeScript, so compile the code:

npm run build

Run the Sample

Once built, run the sample with compiled javascript code:

npm run js

Run the sample with typescript directly:

npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published