A collection of simple node-react projects providing test examples. Its my node-react playground.
DataAccess
- Json
- MongoDB
- MySql
- SQLite
- Sql Server
Restful
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.