Website: https://compassionate-jang-1ab2d6.netlify.app/
This is a simple application that generates shapes based on user inputs.
Node
: Any latest version of node above 8.9.0Yarn
: We use yarn
install packagesGit
: We use git
as a version control system via github
node
and yarn
is installed on your local machine by running the command node -v
and yarn -v
git clone https://github.com/efe-osa/shape-generator.git
yarn install
yarn start
http://localhost:3000
with on your browser to see the result.$ yarn
# development
$ yarn start
# build project
$ yarn build
$ yarn test