Skip to content

theogguu/stevensite

Repository files navigation

stevensite

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.

Usage

npm install
npm run

Test

Verify that the initial app works. Run

npm start

and open the URL displayed.

Verify that the unit tests work with

npm test

Scripts

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

Credits

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.

License

This project is licensed under the terms of the MIT license.

About

Source code for my portfolio website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published