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.
Install the dependencies.
npm installStart the development server.
npm startBuild the application with production optimizations.
npm run distRemove the generated production files.
npm run clean