Skip to content

A REPL environment based on Apostrophe Boilerplate v2.x

License

Notifications You must be signed in to change notification settings

jogarijo/repl-apostrophe-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REPL (based on Apostrophe Boilerplate v2.x)

Issue description

[...]

Deviations of this REPL

This REPL is based on Apostrophe Boilerplate v2.x, with the main changes described below:

  • [...]

See the commit(s) of this branch for detailed changes.

Starting the REPL

First, you must ensure a MongoDB server is running locally so Apostrophe can start. A new database named repl-apostrophe-boilerplate will be created.

Then initialize the REPL using the commands below:

npm install                                  # Install dependencies
node app.js apostrophe-users:add admin admin # Create an admin user
npm run dev                                  # Start with auto-reload

How to reproduce

  1. Login to the REPL environment;
  2. [...]

About

A REPL environment based on Apostrophe Boilerplate v2.x

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published