quickstart
You are going to need Node.js v10 and MongoDB 4.0+. Note that you just need the community server version of MongoDB, you don’t need to register or pay any money to Mongo Inc.
project install
- clone our starter template repo
- in a separate shell, start the mongo deamon with
mongod
- navigate to the root of the project directory (the directory
with the
dvconfig.json
file) - run
npm i
to install the project dependencies - run
npm start
to start your app locally - visit http://localhost:3000. You should see a “hello world” page.
You can now start including concepts and creating new pages.
To see your new changes, you have to restart the web
server (Ctrl+C and run npm start
again).
uninstall
Simply removing the project directory will remove the node_modules
folder that contains the Déjà Vu packages.