Blast-off is a simple, lightweight, and framework to help you get started with your next project.
It uses Parcel to bundle your code and LESS to compile your stylesheets.
- Clone the repository
- Run
npm install - Run
npm run startto start the development server - Run
npm run buildto build the project for production
This project is licensed under the GPL-3.0 license - see the LICENSE file for details
- Fixes build command
- Simplify and categorize stylesheets
- Adds some example JavaScript
- Changed file structure
- Improved README.md