A web based app that allows users to create art using the three.js library
The three.js library is use to create a 3-d environment where the user if free to load in shapes and animations
This is being run on a express/node.js server with ejs templates
To run this server on our own computer, clone the repository, cd into it, run npm install and then just run npx nodemon index.js to host it on your local machine
Download Node.js. Run this followed commands:
# Install dependencies (only the first time)
npm install
# Run the local server at localhost:3000
node index.js
In the url of your brower type localhost:3000 and the project will run