Git Product home page Git Product logo

vedr's Introduction

VEDR - A Fullstack Dynamic Rendering Boilerplate

VEDR

release tags node license

VEDR is a fullstack boilerplate build on top of ExpressJS and VueJS. Basically it's a MEVN stack at its base, but you can add any other database like mySQL or Firebase. It will be customizable and we will make it simpler, so you only install as you need.

Latest update: on master branch.

Project setup

Clone project from repository to your local development.

git clone https://github.com/burhanahmeed/vue-express-dynamic-rendering.git

Install dependencies

npm install

Before Running Project

  • Copy .env.example file or just rename it to .env.local
  • Make sure you have connected project with MongoDB, or you can remove a few code in controller if you would like to start without MongoDB.

Development

For Development

To run the project just use command

npm run serve

It will start vue-cli and ExpressJS server. Here we use universal mode.

Use npm run vue-serve to start client-side only app or npm run dev to start server only app (But you need a dist folder to render client).

Production

Use this command to build VueJS project.

npm run build

and then run this command to start the app.

npm run start

Project Structure

We are trying to standardise the project structure but don't worry, you can still experiment on this project structure.

VueJS

It is just a standard Vue CLI. We are still developing a new things here.

./src
./public

ExpressJS

Basically all of the Express logic stored in one folder.

./application

You can create controllers, models, or routers there. If you'd like to add a database the you can go to ./application/bootstrap/database.js.

Have Fun!

Issue

If you find something wrong in this framework / boilerplate please submit an issue.

Contributing

We are welcome all kind of contribution. Submit an issue or pull request if any. Or simply just share, star, or fork this project will be mean for me.

License

MIT License Copyright (c) 2020 Burhanuddin Ahmed

vedr's People

Contributors

burhanahmeed avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.