GithubHelp home page GithubHelp logo

thomaslein / todo-app Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 384 KB

A MVC example project with NodeJS and MongoDB backend serving pure vanilla js as frontend

JavaScript 99.17% CSS 0.68% HTML 0.16%

todo-app's Introduction

To Do App Example

A MVC example project with NodeJS and MongoDB backend serving pure vanilla js as frontend.

node npm eslint

Installation

If you've never used NodeJS, MongoDB or Yarn before, you'll need to install them. If you use homebrew, just run:

brew install node
brew install mongodb
brew install yarn

Otherwise, you can download and install them manually

Download NodeJS here

Download MongoDB here

Download Yarn here.

Install dependencies

yarn

This runs through all dependencies listed in yarn.lock and installs them locally within the project.

Running development scripts

mongod

yarn dev

This will start mongoDB server and compile your assets and serve them over browser-sync with webpack-dev-middleware and webpack-hot-middleware, proxied through the domain specified in host.js.

Localhost for development

http://localhost:3000

Backend proxy

http://localhost:8080

Running build scripts

yarn build

This will build without minify and hashing assets.

Building for production

yarn production

This will minify and hash all assets etc.

Testing with Jest

This repo includes a test suite running Jest.

To run the tests simply run:

yarn test

Code style

This repo follows the airbnb javascript coding style guide. It also includes some default editor settings using editor config.

todo-app's People

Watchers

James Cloos avatar Thomas Lein 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.