Coder Social home page Coder Social logo

webtool's Introduction

webTool

This is a tool to prototype and develop web sites easily. At the begining it was developed for teaching purposes, nowadays it surpasses this function with a complete set of features.

The project is server agnostic, despite it uses NodeJS as a web server. You can move the "tool" folder to any other kind of server.

There is an online (and slow to load) version where you can test this tool at:

https://optimisme.github.io/webTool/server/public/tool/

Obviously, with the online version, all the paths and URLs must be from Internet.

screenCaptures

webTool webTool mobile

webTool from an Electron App

You can use this tool as an app:

Download and run it, remember that the server files are located at:

...resources/app/public/

webTool from a server

This tool can be used from any server, for example the nodejs one provided at the 'server' folder.

The tool itself is at '...server/public/tool' and can be moved to any other server

Download from this repo:

https://github.com/optimisme/webTool

git clone https://github.com/optimisme/webTool.git

Get into the server

cd server

Install project's dependencies:

npm install

When done, run the included web server with:

npm start

Or with an observer:

npm run app

When running, to use the tool, navigate to:

http://localhost:3002/tool

Place your public files at "public" folder (like ".css", ".js" and images), and reference them with its base path from the tool. For example:

"/file.png" is located at "./public/file.png"

Also, test the files generated by the tool, moving these files to the "public" folder.

npm and nodejs installation on Ubuntu

sudo apt install npm
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
sudo n latest

webtool's People

Contributors

optimisme avatar

Stargazers

 avatar Juan López Iglesias avatar no_zystem avatar Gerard Martinez avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

andresvt24

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.