Skip to content

LucasBassetti/timesheet

Repository files navigation

Timesheet

Build Status

Getting Start

Run the following commands in your terminal

git clone https://github.com/LucasBassetti/timesheet.git
cd timesheet
npm install
npm start

Then open http://localhost:9000/ on your web browser.

Testing

  1. Run npm test for simple test.
  2. Run npm run test:watch for watch tests.
  3. Run npm run test:coverage for test coverage. This will generate a coverage folder. Open the index.html file in this folder to check the results.

Deploying

For deployment, run npm run build and upload docs/ to your server.

License

MIT · Lucas Bassetti

About

Timesheet example application with React/Redux

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published