https://github.com/lmachens/foody
https://github.com/lmachens/foody
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lmachens/foody
- Owner: lmachens
- License: mit
- Created: 2021-01-20T12:37:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-21T13:58:59.000Z (over 4 years ago)
- Last Synced: 2025-01-21T09:08:33.494Z (3 months ago)
- Language: HTML
- Homepage: foody.lmachens.vercel.app
- Size: 85.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bootstrap-intro
## develop
First, install dependencies which are required for this project.
```
npm install
```You are ready to start a development web server.
```
npm run dev
```## production
Create a production bundle.
```
npm run build
```This command creates a optimized build in `/dist` folder which is ready for deployment.