Hey! This is my portfolio website, built with React.js, React Router, and Bootstrap. It uses Vitest, Cypress and GitHub Actions for unit testing.
You can view it here at https://www.steven-gu.com.
npm install
npm run
Verify that the initial app works. Run
npm start
and open the URL displayed.
Verify that the unit tests work with
npm test
package.json defines the following scripts:
Script | Description |
---|---|
npm start | Runs the app in the development mode. |
npm run dev | Runs the app in the development mode. |
npm run build | Builds the app for production to the dist folder. |
npm run serve | Serves the production build from the dist folder. |
npm test | Starts a Jest-like test loop |
React-Vitest built and maintained by Chris Riesbeck.
Design inspired by Brittany Chiang.
Inspired by SafdarJamal/vite-template-react. Expanded to include Vitest and some sample tests.
Thanks to Rich Harris for degit.
Gitignore file created with the Toptal tool.
This project is licensed under the terms of the MIT license.