- nodejs & npm (https://www.npmjs.com/get-npm)
- mysql (or XAMPP: https://www.apachefriends.org/index.html)
-
To begin:
npm install -
And then: Windows:
set DEBUG=site:* & npm startLinux:DEBUG=site:* npm start -
Finally, Browse to
localhost:3000
| Name | Name | Last commit date | ||
|---|---|---|---|---|
To begin:
npm install
And then:
Windows: set DEBUG=site:* & npm start
Linux: DEBUG=site:* npm start
Finally,
Browse to localhost:3000