Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 542 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 542 Bytes

RiotJS Project Template

A project template for building a single page web application with RiotJS.

Features

  • Small footprint.
  • "Framework" is organized and easy to extend.
  • Pages are fetched only when needed.

Getting Started

Install the dependencies.

npm install

Development

Start the development server.

npm start

Production

Build the application with production optimizations.

npm run dist

Remove the generated production files.

npm run clean