/coding-challenges

AngularJS, NodeJS and Javascript based coding tasks by BIMobject.

Primary LanguageJavaScript

    __________.___   _____        ___.        __               __
    \______   \   | /     \   ____\_ |__     |__| ____   _____/  |_ 
    |    |  _/   |/  \ /  \ /  _ \| __ \    |  |/ __ \_/ ___\   __\
    |    |   \   /    Y    (  <_> ) \_\ \   |  \  ___/\  \___|  |  
    |______  /___\____|__  /\____/|___  /\__|  |\___  >\___  >__|  
           \/             \/          \/ \_____|     \/     \/      
    ----------------------------------------------------------------- 

Hi there! Welcome to the BIMobject AngularJS test.

To get you started:

  1. Make sure you have NodeJS installed. Yarn is recommended as package manager but the build in npm should do fine.
  2. Using yarn
$ yarn install / $ npm install
  1. Run
$ yarn dev / npm run dev
  1. Navigate to the address shown in the terminal, probably localhost:4040.

Happy coding!

To show off what you've done

Create a fork of the project and send us the link to your project to us.

/The BIMobject dev team.