/ejs-admin-boilerplate

Static website with admin panel made with Express & EJS

Primary LanguageJavaScriptMIT LicenseMIT

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.