
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
Dart is a front-end development system to allow developers to start their projects immediately. By Dart's convention over configuration mindset, webpack and typescript configurations are handled by dart's itself.
This project is the product of many years of iterative development and combined community knowledge. However you're free to architect your code in the way that you want, you'll be starting with a structured, scaleable and adaptable basecode.
Clone the sample app's git repo git clone https://github.com/eserozvataf/dart-app.git - and checkout the tagged
release you'd like to
use.
Execute npm install to install dependencies for development environment.
Ensure that node.js is installed on your system first.
$ node --version
Use dart <task> command in project folder to execute tasks defined in package.json.
| Task | Description |
|---|---|
init | Initializes codebase. |
bundle | Builds the project, generates required files for clients |
bundle:prod | Builds the project, generates required files for clients (production) |
bundleServer | Builds the project, generates required files for SSR |
bundleServer:prod | Builds the project, generates required files for SSR (production) |
start | Starts SSR-enabled express server |
dev | Enables live development environment powered by hot module reloading |
lint | Executes linter to check codebase against linting errors |
test | Runs tests to check codebase against unit testing scenerios |
containerize | Build and runs container image for docker |
See GitHub Projects for more.
Apache 2.0, for further details, please see LICENSE file
See contributors.md
It is publicly open for any contribution. Bugfixes, new features and extra modules are welcome.
FAQs
Dart
The npm package dart-cli receives a total of 3 weekly downloads. As such, dart-cli popularity was classified as not popular.
We found that dart-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.