Skip to content

Latest commit

 

History

History
executable file
·
61 lines (39 loc) · 1003 Bytes

README.md

File metadata and controls

executable file
·
61 lines (39 loc) · 1003 Bytes

mobazoo build status

Next.js 3.0 starter project with React/Redux and Auth

How to use

Setup

Install it:

npm install

Development

  • Rename .env.example to .env

  • Run the auto-updating server:

npm run dev

Deployment

Now

now --public -e API_BASE_URL=https://mobazoo.now.sh malixsys/mobazoo

or

now --public -e API_BASE_URL=<YOUR_SERVER> 

Heroku

Deploy it:

Deploy

Configure it:

heroku config:set API_BASE_URL=<YOUR_SERVER>

Demo

https://mobazoo.herokuapp.com https://mobazoo.now.sh

Management

CircleCI: https://circleci.com/gh/malixsys/mobazoo Heroku: https://dashboard.heroku.com/apps/mobazoo Zeit: https://zeit.co/dashboard

TODO

  • PWA