mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
NodeJS, RactJS, and SQL Server sample
New sample that implements ReactJS SPA with nodejs.
This commit is contained in:
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env node
|
||||
var debug = require('debug')('nodejs_express4_rest_api');
|
||||
var app = require('../app');
|
||||
Reference in New Issue
Block a user