I was building a static website with EJS and Express (Node.js).
And i said to myself: "why don't I open source this?"
Tada 🎉
- Node.js / Express Framework
- MongoDB
- Mongoose ODM
- EJS for HTML Templating
git clone https://github.com/kaanersoy/ejs-admin-boilerplate.git
With yarn:
cd ./ejs-admin-boilerplate && yarn
With npm:
cd ./ejs-admin-boilerplate && npm install
Write some .ejs
file in /views
.
Info about folders:
-
Routes: /routes/README.md
-
Views: /views/README.md
-
Models: /models/README.md
## For dev
yarn dev
## For production
yarn start
# or
npm run start
MIT licensed, you can found in the LICENSE file.