Skip to content

ariyan-ashfaque/DIGITAL-CLOCK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Available Scripts

Install node-modules in the project directory :

npm install

After installation all packages need to be build for production :

npm run build

This build command combines all files to bundle.js file and optimizes for best performance and browser support.

Now the application is ready to be deployed

For deploying run :

npm run server

This command runs the app in development mode Open http://localhost:8080/ to view it in the browser.

Releases

No releases published

Packages

No packages published