Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcollina/developing-with-nodejs-and-fastify
https://github.com/mcollina/developing-with-nodejs-and-fastify
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mcollina/developing-with-nodejs-and-fastify
- Owner: mcollina
- License: mit
- Created: 2019-09-10T09:50:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-10T13:50:57.000Z (over 5 years ago)
- Last Synced: 2024-12-17T15:42:53.736Z (23 days ago)
- Language: HTML
- Size: 71.3 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Developing with Node.js and Fastify
> A [Bespoke.js](http://markdalgleish.com/projects/bespoke.js) presentation, built with [generator-bespoke](https://github.com/markdalgleish/generator-bespoke)
## View slides locally
First, ensure you have the following installed:
1. [Node.js](http://nodejs.org)
3. [Gulp](http://gulpjs.com): `$ npm install -g gulp`Then, install dependencies and run the preview server:
```bash
$ npm install
$ gulp serve
```