Skip to content

mrfishie/basic-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-basic

basic-web is a web-based editor for node-basic.

Running

Open the index.html file in the web folder to launch the editor. Depending on the browser, you may need to run it on a local web server.

Building

To modify basic-web or rebuild it, you first need to install any NPM dependencies. In the project root, run

npm install

Once this is complete, install browserify

npm install browserify -g

To build the files, run the following command after installing browserify:

browserify js/index.js -o web/bundle.js

Add the -d flag to the command to build with sourcemaps.

A Grunt task will be added soon, however for now you need to use the commandline.

About

A web-based IDE for node-basic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages