Skip to content

lkobylski/code-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code - Starter

Boilerplate for create new projects base on:

Install

MongoDB is required.

If you don't have install mongodb you can use this free version https://mlab.com/

After that please update your mongodb credentials in config file (server/config/env/local.js): add settings:

module.exports = {
    ...
    database: {
        "host": "dsXXXX.mlab.com",
        "port": 33450,
        "db": "code-starter",
        "username": "dbuser",
        "password": "testXXX"
    },
};
npm install

Run

npm run build

On another terminal window:

npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published