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 install
Start the development server.
npm start
Build the application with production optimizations.
npm run dist
Remove the generated production files.
npm run clean