Skip to content

nikita-reva/aniketos-jsnote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aniketos-jsnote

This application is published to the npm registry.

Commands:

  • Install:
    npm install -g aniketos-jsnote
  • Launch app:
    aniketos-jsnote serve [filename]
    Filename parameter is optional. Default filename is notebook.js.
  • Options:
    --port, -p <port>
    Port to run the server on (optional). Default is 4005. Must be of type number.

Examples:
aniketos-jsnote serve notebook.js --port 3001
aniketos-jsnote serve notebook.js --port=3001
aniketos-jsnote serve notebook.js -p 3001

If no installation is desired, execute the command via npx:
npx aniketos-jsnote serve notebook.js --port=3001
or simply
npx aniketos-jsnote serve

This project is based on the Udemy course React and Typescript: Build a Portfolio Project by Stephen Grider.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published