Skip to content

a nodejs/expressjs seed repository built using es6. made with ❤️ in ATL

Notifications You must be signed in to change notification settings

fourthofaugust/nodejs-es6-seed

Repository files navigation

nodejs-es6-seed

Setup

Ensure node and yarn are installed globally prior to setup

In terminal navigate to project root directory and run following commands to install the dependencies:

  • Run yarn

Start Server

Run yarn run start to start the server.
Navigate to http://localhost:8088/v1/welcome to access the api locally.

Start Development Server

Run yarn run start:local to start the server.
Navigate to http://localhost:8088/v1/welcome to access the api locally.

Tests

Run yarn run e2e to execute the functional tests. JUnit reports are published to ./functional-tests.xml

Endpoints

Developers

About

a nodejs/expressjs seed repository built using es6. made with ❤️ in ATL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published