https://github.com/amilajack/erb-express-example
https://github.com/amilajack/erb-express-example
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/amilajack/erb-express-example
- Owner: amilajack
- License: mit
- Created: 2017-12-10T20:23:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-03T19:51:24.000Z (over 6 years ago)
- Last Synced: 2025-02-26T02:02:21.355Z (about 2 months ago)
- Language: JavaScript
- Size: 4.75 MB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
erb-express-example
==================**An example of erb with express (express 4 in this case)**
## Setup
⚠️ These instructions assume that you have yarn. If you don't, make sure to install it: `npm i -g yarn````bash
git clone https://github.com/amilajack/erb-express-example.git
cd erb-express-example && yarn
yarn dev
```## Notes
**For all the important changes, see https://github.com/amilajack/erb-express-example/commit/d638ae04cb65e6c35f5311a0b163e0aedd83e004**