kaanersoy / ejs-admin-boilerplate

Static website with admin panel made with Express & EJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Static Website Boilerplate w/ EJS & Express

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 πŸŽ‰

πŸ’» Techs

  • Node.js / Express Framework
  • MongoDB
  • Mongoose ODM
  • EJS for HTML Templating

πŸ“¦ Installation

πŸ“° Clone the project

git clone https://github.com/kaanersoy/ejs-admin-boilerplate.git

πŸ”» Install Dependencies

With yarn:

cd ./ejs-admin-boilerplate && yarn

With npm:

cd ./ejs-admin-boilerplate && npm install

πŸ’» Write some code

Write some .ejs file in /views.

Info about folders:

πŸƒ Start the project!

## For dev
yarn dev

## For production
yarn start
# or
npm run start

πŸ–Š Contributors:

πŸ“ƒ License

MIT licensed, you can found in the LICENSE file.

About

Static website with admin panel made with Express & EJS

License:MIT License


Languages

Language:JavaScript 91.3%Language:EJS 6.0%Language:Dockerfile 2.1%Language:Shell 0.6%