https://github.com/ronaldaug/express-app-generator
Express starter app generator with authentication.
https://github.com/ronaldaug/express-app-generator
Last synced: about 1 month ago
JSON representation
Express starter app generator with authentication.
- Host: GitHub
- URL: https://github.com/ronaldaug/express-app-generator
- Owner: ronaldaug
- License: mit
- Created: 2018-10-29T16:05:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-18T10:37:31.000Z (almost 6 years ago)
- Last Synced: 2025-02-10T03:12:43.926Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 64.5 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# express-app-generator
Express starter app generator with authentication.- 1 - open index.html
- 2 - choose jwt auth or session auth
- 3 - generate express app
- 4 - download zip file
- 5 - cd into project folder
- 6 - npm install
- 7 - npm update -D
- 8 - npm run start