# {{APP_NAME}} Admin Dashboard
- Ensure node >=8 is installed
- Make sure you have npm or yarn installed
- Install dependencies `npm install` or `yarn install`
- Create env file `cp .env.example .env`
- Start development server `npm run serve` or `yarn serve`
- For production, build `npm run build` or `yarn build`
