Skip to content

Browser based tools for developers

Notifications You must be signed in to change notification settings

gilessmart/web-tools

Repository files navigation

Web Tools

Browser based tools for developers.

Run in dev mode

npm run dev

View the result at http://localhost:3000/web-tools.

Running a production build locally

Remove any previous build:

rm -rf doc-root

Build the project & put the build output in a folder structure that matches GitHub pages:

npm run build
mkdir doc-root
mv out doc-root/web-tools

Serve production build:

npx http-server doc-root

View the result at http://localhost:8080/web-tools/.

About

Browser based tools for developers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published