Basys starter project

This is the recommended template for new Basys projects. To use it follow these steps.

To start a development server run

# If basys-cli is installed globally
basys dev

# Or
npm run basys dev
yarn basys dev

Other CLI commands are described in the documentation.