Skip to content

artemkv/notedok-app-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

NotedOK App Service (https://notedok.com)

Intro

On the surface, minimalistic note making web site. Under the hood, bunch of plain text files in your Dropbox.

Build

Individual Build Steps

npm run clean

Cleans the dist folder

npm run test

Runs unit-tests

npm run build:dev

Runs webpack using dev configuration

npm run build:prod

Runs webpack using prod configuration

Full Builds

npm run dev

Runs the full dev build

npm run prod

Runs the full prod build

Testing Environment

npm run start

Runs full dev build and starts the server

npm run startprod

Runs full prod build and starts the server

Releases

No releases published

Packages

No packages published