https://github.com/fpapado/nomnom
Silly list for awesome food places
https://github.com/fpapado/nomnom
Last synced: 11 months ago
JSON representation
Silly list for awesome food places
- Host: GitHub
- URL: https://github.com/fpapado/nomnom
- Owner: fpapado
- Created: 2018-01-21T16:45:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-05T15:42:26.000Z (about 8 years ago)
- Last Synced: 2025-02-26T17:47:45.331Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://nomnom.now.sh
- Size: 81.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# foodtime
A very cute app
## Routes
Route | File | Description |
-------------------|--------------------|---------------------------------|
`/` | `views/main.js` | The main view
`/*` | `views/404.js` | Display unhandled routes
## Commands
Command | Description |
-----------------------|--------------------------------------------------|
`$ npm start` | Start the development server
`$ npm test` | Lint, validate deps & run tests
`$ npm run build` | Compile all files into `dist/`
`$ npm run create` | Generate a scaffold file
`$ npm run inspect` | Inspect the bundle's dependencies