Skip to content

jmarkstevens/NodejsPatterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NodejsPatterns

A collection of simple node-react projects providing test examples. Its my node-react playground.

DataAccess

  • Json
  • MongoDB
  • MySql
  • SQLite
  • Sql Server

Restful

The basics

Open two terminals at the desired project root. I use iTerm on Mac, ConEmu on Windows 10. First time do "npm install". In one terminal "npm run ww". In the other terminal "npm start" or for Electron "npm run". In your browser localhost:3500. All projects use the same port. If you want to do it with one terminal session you can run "npm run nw" for no watch.

About

Basic node-react projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published