Skip to content

epsxy/starter-webapp

Repository files navigation

Starter-webapp

Build Status

Introduction

The goal of this project is to provide a ready-for-dev client/server projet, with the following features:

  • Angular client
  • NestJS server serving the client
  • Authentication
  • Tests (unit, end-to-end)
  • Continuous Integration (TravisCI)
  • Docker (generating images, etc)
  • Internationalization (i18n)
  • ORM (Sequelize, TypeORM)
  • Mongo Database

Pre-requisites

  • yarn

Getting started

$ yarn

# client
$ cd packages/client
$ yarn build
$ yarn lint
$ yarn test
$ yarn e2e
$ yarn start

# server
$ cd packages/server
$ yarn build
$ yarn test
$ yarn start

Licence

The MIT Licence

About

Blank webapp project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •