Skip to content

danmarshall/makerjs-simple-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

makerjs-simple-page

Simple Maker.js project environment

This will give you a basic page for developing and viewing your Maker.js model. Thanks to Parcel you will get hot module reloading. This means that when you edit/save a file, the page will refresh automatically.

Setup

git clone https://github.com/danmarshall/makerjs-simple-page.git
cd makerjs-simple-page
npm install

Run

npm start

This will start a Parcel development web server, and automatically open http://localhost:1234/

image

Modify

  • Edit smile.js and save. The browser page will show your new drawing automatically.
  • Change parameters in index.js.
  • Add other modules in package.json and require them, Parcel will handle all the module bundling for you!

About

Simple Maker.js project environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages