How to create a DoneJS app in 3 easy steps

Steve Domino
HackerNoon.com
3 min readJan 13, 2017

--

The major benefit of using a framework like DoneJS is it allows you to focus on development rather than boilerplate.

Another tool that provides a similar benefit is Nanobox. It creates instant, isolated, development environments, so you don’t have to worry about things like language versions, version managers, global dependency conflicts, etc. So download Nanobox and lets get started!

Step 1: The boxfile.yml

Nanobox uses a boxfile.yml to configure your environment; create one at the root of your project:

Step 2: Create a DoneJS app

Just before creating the app add a convenient way to access it from the browser with nanobox dns add local done.dev.

Now use nanobox run to create your applications environment and drop into a console:

Install DoneJS by running yarn add donejs.

With DoneJS installed change to the /tmp directory and create your application. Once the app has been created move its contents into your project folder and change directories back there.

Step 3: Run your application

Run npm start to start your app:

With your app running you can visit it in a browser using the custom domain you added earlier: done.dev:8080.

Thats it!

Hacker Noon is how hackers start their afternoons. We’re a part of the @AMI family. We are now accepting submissions and happy to discuss advertising & sponsorship opportunities.

If you enjoyed this story, we recommend reading our latest tech stories and trending tech stories. Until next time, don’t take the realities of the world for granted!

--

--

Steve Domino
HackerNoon.com

Husband, father, and tech enthusiast. I’m passionate about finding, using, and creating awesome stuff. Currently creating awesome stuff at https://getdivvy.com/