Skip to content

web based ide for instantly prototyping websites. It has build-in api server which servers response locally through server-wrokers.

Notifications You must be signed in to change notification settings

Priyanshu-001/web.loop

Repository files navigation

loop.web (web-loop)

A online IDE to quickly prototype websites. I has a build-in api server which servers response locally through server-wrokers. Making the whole app run locally without any backend.

Security warning

code runs in your iframe, may be vulnerable to attacks not tested yet.

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.

About

web based ide for instantly prototyping websites. It has build-in api server which servers response locally through server-wrokers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published