Guide Starting A New Project - ProjectEvergreen/create-evergreen-app GitHub Wiki
⚠️ 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