[go: nahoru, domu]

Skip to content

Chandan9898Kumar/TW0-STEP-FORM-LOGIN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

To Hide Source File from browser.

Keep these two in package.json's script: -

"build": "GENERATE_SOURCEMAP=false react-scripts build", "winBuild": "set "GENERATE_SOURCEMAP=false" && react-scripts build",

1. Use "npm run build" for creating build on Linux.

2. Use "npm run winBuild" for creating build on Windows.