This is my responsive personal website built using React and CSS
- 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 inpackage.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