atom.fermion

0.0.0 • Public • Published

Fermion

Fermion is a seed application based on the WebComponents philosophy.

Tech

Fermion uses a number of open source projects to work properly:

Installation

Fermion requires Node.js v6+ to run.

Install the dependencies and devDependencies.

$ npm install

Run

To run the application, launch a server at 8080 port

$ npm start

Development

The development is based on Test-driven development (TDD):

$ npm run tdd

Unit Testting

To launch the single unit testting

$ npm run test

After you run the unit-testting (only if all is ok), a folder coverage root is created. You can see the coverage in index.html root file.

The e2e Testting

To launch the single unit testting

$ npm run e2e

or use watch mode

$ npm run e2e-live

Production

For production environments...

$ npm run build

A folder dist root is created with the production package

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i atom.fermion

Weekly Downloads

1

Version

0.0.0

License

MIT

Last publish

Collaborators

  • carmelohuesca