Skip to content

dakshgautam/react-timesheet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

#Repo for social HU code

#Project Setup

npm install
npm start

Now go to http://localhost:3000 in your Web Browser

Running Test cases

npm run test

Getting production build and deploying on S3

npm run build

This will create bundled files in a folder called build. Now to deploy your code, run the following command

cd build
aws s3 sync . s3:://<your-bucket-name>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.3%
  • CSS 3.8%
  • AppleScript 2.9%
  • HTML 2.0%