wasp/waspc/data/Generator/templates/server
2024-01-31 17:46:23 +01:00
..
patches Adds Google as an authentication method (#669) 2022-09-06 14:35:59 -04:00
scripts Implement Wasp SDK generation (#1626) 2024-01-29 16:08:15 +01:00
src Implement new wasp/auth API (#1691) 2024-01-31 17:46:23 +01:00
gitignore Implemented support for dotenv file. (#208) 2021-04-16 12:43:57 +02:00
nodemon.json Create restructuring prototype (#1584) 2024-01-29 14:00:20 +01:00
npmrc Implemented generation of simple node server. 2020-07-27 17:44:21 +02:00
package.json Implement Wasp SDK generation (#1626) 2024-01-29 16:08:15 +01:00
prettier.config.js Type safe async jobs (#1400) 2023-09-07 16:32:55 +02:00
README.md Implemented generation of simple node server. 2020-07-27 17:44:21 +02:00
tsconfig.json Create restructuring prototype (#1584) 2024-01-29 14:00:20 +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.