New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

dart-cli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dart-cli

Dart

latest
Source
npmnpm
Version
0.16.0
Version published
Weekly downloads
3
-57.14%
Maintainers
1
Weekly downloads
 
Created
Source

Dart

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.

Features

  • Transforms ES2015+Typescript files with .ts/.tsx extension into browser-compatible JavaScript code.
  • Module bundling with webpack to pack everything into modules with their sourcemaps.
  • SASS compilation of .scss files.
  • CSS Modules.
  • Minification for stylesheets and scripts.
  • Hot module reloading and continuous development environment.
  • Isomorphic/Universal codebase between server and client.
  • IntelliSense support on TypeScript.
  • React DevTools support.
  • Unit-testing-ready environment.
  • JavaScript and TypeScript linting.
  • Autoprefixed CSS to avoid adding vendor prefixes.
  • Containerization-ready for continuous integration/deployment environments.

Architecture and Libraries

  • React for rendering components.
  • React Router for SPA routing.
  • Redux binding for state management.
  • Jest for tests, ESLint for linting.
  • Webpack bundling with code splitting enabled.
  • express for server-side rendering.

Quick start

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.

Dart Tasks

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.

TaskDescription
initInitializes codebase.
bundleBuilds the project, generates required files for clients
bundle:prodBuilds the project, generates required files for clients (production)
bundleServerBuilds the project, generates required files for SSR
bundleServer:prodBuilds the project, generates required files for SSR (production)
startStarts SSR-enabled express server
devEnables live development environment powered by hot module reloading
lintExecutes linter to check codebase against linting errors
testRuns tests to check codebase against unit testing scenerios
containerizeBuild and runs container image for docker

Todo List

  • App Presets
  • Init (CLI Create App)
  • Eject
  • Containerization
  • HTML generation
  • Helmet
  • Bundle + BundleServer together
  • BrowserSync support
  • Service Workers
  • Dynamic Code Splitting
  • Isomorphic fetch and promise polyfills

See GitHub Projects for more.

Requirements

License

Apache 2.0, for further details, please see LICENSE file

Contributing

See contributors.md

It is publicly open for any contribution. Bugfixes, new features and extra modules are welcome.

  • To contribute to code: Fork the repo, push your changes to your fork, and submit a pull request.
  • To report a bug: If something does not work, please report it using GitHub Issues.

To Support

Visit my patreon profile at patreon.com/eserozvataf

Keywords

typescript

FAQs

Package last updated on 21 Oct 2018

Did you know?

Socket

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.

Install

Related posts