https://github.com/djwinston/simpletodo
๐งพ simpletodo / ๐ป api koa / ๐ผ bulma / ๐พ vuex
https://github.com/djwinston/simpletodo
Last synced: 13 days ago
JSON representation
๐งพ simpletodo / ๐ป api koa / ๐ผ bulma / ๐พ vuex
- Host: GitHub
- URL: https://github.com/djwinston/simpletodo
- Owner: djwinston
- Created: 2020-08-19T20:24:36.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-20T08:58:13.000Z (almost 5 years ago)
- Last Synced: 2025-02-16T18:42:57.908Z (3 months ago)
- Language: JavaScript
- Size: 173 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simpletodo
## Project setup
```php
npm install
```### Run NodeJS server
```php
npm run server
```### Compiles and hot-reloads for development
```php
npm run serve
```### Compiles and minifies for production
```php
npm run build
```### Run your unit tests
```php
npm run test:unit
```### Lints and fixes files
```php
npm run lint
```