wasp/waspc/data/Generator/templates/server
2023-02-13 16:10:40 +01:00
..
patches Adds Google as an authentication method (#669) 2022-09-06 14:35:59 -04:00
src Adds GitHub login and refactors Passport.js (#872) 2022-12-20 09:12:08 -05:00
gitignore Implemented support for dotenv file. (#208) 2021-04-16 12:43:57 +02:00
nodemon.json Server-side TypeScript support (#827) 2022-11-24 14:38:39 +01:00
npmrc Implemented generation of simple node server. 2020-07-27 17:44:21 +02:00
package.json Drop the npm version requirement (#1002) 2023-02-13 16:10:40 +01:00
README.md Implemented generation of simple node server. 2020-07-27 17:44:21 +02:00
tsconfig.json TypeScript fixes before Beta (#831) 2022-11-25 20:10:10 +01:00

npm start to run server in development mode (it reloads on changes).

npm run debug to run npm start with debug logs enabled.

npm run standard to run StandardJS.