Skip to content

gregorgodoy/donejs3-routing-example

Repository files navigation

tupi-ecommerce-store

Welcome to the tupi-ecommerce-store DoneJS application!

Getting started

To install all dependencies, (e.g. after cloning it from a Git repository) run

npm install donejs -g
npm install

Running tests

Tests can be run with

donejs test

Development mode

Development mode can be started with

donejs develop

Build and production mode

To build the application into a production bundle run

donejs build

In Unix environment the production application can be started like this:

NODE_ENV=production npm start

About

Basic donejs3 routing example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published