Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 535 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 535 Bytes

The application is deployed at https://ricmars.github.io/democosmos/

For developers

To build and compile the application - use the following commands:

Tools to install

install npm from https://nodejs.org/en/download/

Project setup

npm install

Compiles and hot-reloads for development

npm start

Compiles and minifies for production

npm predeploy

Lints and fixes files

npm run lint

Run your unit tests

npm run test