Skip to content

lukebayes/nomplate-project

Repository files navigation

Nomplate Project Template

This is a new project template for a Nomplate project. This template includes support for an Express + Postgres backend with server-side and client side Nomplate templates.

This project is continuously integrated using Codeship.

Getting Started

To get started, clone this repository into a new project directory, delete the .git folder and run make dev-install.

To build all client artifacts:

make build

To run tests:

make test

To run tests and watch for file changes:

make test-w

To build client binaries and run the server in development mode:

make serve

To build client binaries and run the server in production mode:

NODE_ENV=production make serve

To start Postgres:

make pg-start

To stop Postgres:

make pg-stop

About

Basic client/server nomplate project template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published