Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 634 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 634 Bytes

forester-boilerplate

Getting started

  1. Install dependencies $ npm install
  2. Copy config/auth.js.dist to config/auth.js and configure this file
  3. Copy config/db1.js.dist to config/db1.js and configure this file
  4. Start project.
    • Production: $ npm start
    • Development: $ npm run dev
  5. Open http://localhost:3000

Docker compose

If you need a docker compose infrastructure see this project https://github.com/chrvadala/docker-compose-examples

Contributing

Your contributions (issues and pull request) are appreciated!

License

MIT