The Web Repo Looker projects is a tool to easily visualize any web front-end project without any setup or installation needed.
For now, only vanilla project are barely supported, in the long term, the objective is to be able to visualize any project, whether in Angular, React, Vue, Svelte as well as any build tool: Vite, Webpack, Parcel, SWC...
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
- fix Error: ENOENT: no such file or directory, open 'public/repos/Charles-Chrismann/simple-html-main/assets/css/style.css' while writing files
- Add front-end details/summary to display log messages
This project is MIT licensed.