Skip to content

tkhang1999/about-me

Repository files navigation

about-me

GitHub CI codecov.io Code Coverage CodeFactor Code Quality

This is my responsive personal website built using React and CSS

How to run?

  • Install all dependencies and start the web app as follows
$ npm install
$ npm start
  • gh-page is used to depoy React app to GitHub Pages. Deploy the web app to homepage address defined in package.json as follows
$ npm run deploy
  • Different test run options are defined in package.json. Run tests with coverage as follows
$ npm run test:coverage

References

Releases

No releases published

Packages

No packages published