Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (17 loc) · 759 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 759 Bytes

TO-DO

To Do app made with NodeJS, Express, MongoDB and Nuxt - Vue

Build Setup

# install dependencies
$ npm install # Or yarn install

Configure the API secret in the config.js file inside server/

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm start

For detailed explanation on how things work, checkout the Nuxt.js docs.

Backpack

We use backpack to watch and build the application, so you can use the latest ES6 features (module syntax, async/await, etc.).