express-21c
21.3.25 • Public • Published express-21c, Express Generator
- NodeJS + Express Back-End Server Generator
- express-generator through the 21st century
NodeJS, Express, Pug, ES5+ module Template
Enable ES5+ module syntax
Set default view to pug
Change the template source code to conform to ES5+ grammar
Create a Back-End project using express-21c : 프로젝트 생성
If you have an existing express-21c installed, delete it and then run it.
npm uninstall -g express-21c
- new version create project
npx express-21c my_project --view=pug
cd my_project
npm install
nodemon
- Source Code refactoring
- Add the following code to your app.js file
// Disable the fingerprinting of this web technology. 경고 방지(avoid warning)
`app.disable("x-powered-by");`
- MySQL and Sequelize init sample
npx express-21c [project] --pug --sequelize
Package Sidebar
Install
Weekly Downloads
License
(MIT OR Apache-2.0)