revant117 / react-timesheet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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


Languages

Language:JavaScript 91.3%Language:CSS 3.8%Language:AppleScript 2.9%Language:HTML 2.0%