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.
- Run
npm test
for simple test. - Run
npm run test:watch
for watch tests. - Run
npm run test:coverage
for test coverage. This will generate acoverage
folder. Open theindex.html
file in this folder to check the results.
For deployment, run npm run build
and upload docs/
to your server.
MIT · Lucas Bassetti