Skip to content

simg/algorithmic-architecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithmic Architecture Demo

Designing buildings with code

Demo

https://simg.github.io/algorithmic-architecture/

Quick start

Node version >= 8.0 (recommended 10.6.0) and NPM >= 5 (recommended 6.1.0)

# clone the repo.
# --depth 1 removes all but one .git commit history (Optional).
git clone --depth 1 https://github.com/simg/algorithmic-architecture

# go to the repo
cd algorithmic-architecture

# install the dependencies via npm
npm install

# start the server in dev mode with HMR
npm run start

go to http://localhost:1234 in your browser. Done.

npm scripts

  • npm run start - runs the compiler and a server at the same time in dev mode with HMR (Hot Module Replacement) 🔥.
  • npm run build - runs the compiler once and generates a production build.

About

Algorithmic Architecture Demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published