/web

🌐 Notedly - web directory

Primary LanguageJavaScriptMIT LicenseMIT

Notedly - Web Application

This repository contains code examples for the web application chapters of JavaScript Everywhere by Adam D. Scott, published by O'Reilly Media

Config .env

$ cp .env.example .env

Setup your DBhost & Token Secret

API_URI=<YOUR_API_URL>

To Run the Application

When developing locally, you can start the app by running:

npm run dev

Host the Code

$ git remote set-url origin YOUR_GIT_REPO_URL
$ git push -u origin master

Related Repositories