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

@acutejs/sample-todo

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

@acutejs/sample-todo

A simple Acute setup for quick prototyping.

latest
Source
npmnpm
Version
0.2.6
Version published
Maintainers
1
Created
Source

acutejs-sample-todo

A sample todo app build with Acute.

https://acutejs-sample-todo.firebaseapp.com

Install dependencies

This sample uses Firebase hosting and associated tooling to run a local server and deploy. The firebase-tools CLI package can be installed globally (recommended) or locally as a peer dependency of this sample.

# With global firebase-tools
npm install --g firebase-tools
npm install @acute/sample-todo

# With local firebase-tools
npm install @acute/sample-todo firebase-tools

Run locally

Build static assets, watch for changes and start a development server on port 5000.

npm start

Deploy

Build static assets for production with minification and deploy to firebase hosting.

# Remember to update .firebaserc first!
npm run deploy

Without firebase

It’s possible to run this sample without firebase if you provide your own development server and deployment tooling.

# Install without firebase-tools
npm install @acute/sample-todo
# Build static assets and watch for changes
npm run build:watch
# Serve (in another window) e.g. using python
pushd public; python -m SimpleHTTPServer; popd;
# Build for production
npm run build:prod
# Deploy e.g. using Google Cloud
gloud app deploy public

FAQs

Package last updated on 12 Jan 2020

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