Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Guide Starting A New Project

Owen Buckley edited this page Oct 27, 2018 · 1 revision
⚠️ We could use your help!

If you're interested in helping us with writing doucmentation for this, please feel free to comment in this issue and say hi! 👋

Create Evergreen App

The quickest way to get started developing an app is with Create Evergreen App. Just follow these quick steps to get up and running in minutes!

# 1) create a new evergreen app
$ npx create-evergreen-app my-app
$ cd my-app

# 2) install dependencies
$ npm install

# or 

$ yarn install

# 3) Start developing!
$ npm start 

# or 

$ yarn start

Make sure you have Node.js 8.x installed