mercenary-starter

3.32.13 • Public • Published

{name}

A web app built with Mercenary

Quick Start

Install dependencies:

npm install

Start the development server:

npm start

Additional Tasks

Run unit tests:

npm test

Start the unit test watcher:

npm run test:watch

Run end-to-end tests:

npm run e2e

Build the client-side code:

npm run build

Start the production server:

npm run prod

Start the production server in "non-production" mode, bypassing some functionality that would make visiting the app locally while running in production mode impossible:

npm run prod:local

Deploy the Dockerized application to ElasticBeanstalk:

npm run deploy

Perform a local build of the production Docker image:

npm run docker:build

Build and run the production Docker image locally:

npm run docker:run

Clean up build artifacts and reinstall dependencies:

npm run clean

Readme

Keywords

none

Package Sidebar

Install

npm i mercenary-starter

Weekly Downloads

0

Version

3.32.13

License

ISC

Unpacked Size

109 kB

Total Files

104

Last publish

Collaborators

  • justinsisley