https://github.com/trapcodeio/comments-test
comment test
https://github.com/trapcodeio/comments-test
Last synced: 11 days ago
JSON representation
comment test
- Host: GitHub
- URL: https://github.com/trapcodeio/comments-test
- Owner: trapcodeio
- Created: 2020-02-14T23:20:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-15T12:31:59.000Z (over 5 years ago)
- Last Synced: 2025-06-10T07:51:02.263Z (16 days ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Xpresser Example App Using Ejs

Example app using [`edge.js`](https://edge.adonisjs.com) templates, Showing a simple view but also has guides in code comments
For same example using [`ejs`](https://ejs.co) templates - [Xpresser Example App Using Ejs](https://github.com/xpresserjs/new-app)
### Includes
Xpresser Default Page using [Bulma](https://bulma.io) & [Bootstrap](https://getbootstrap.com).Theme can be changed in [`app.js`](./app.js)
### Use
1. Clone Or Download
2. Run `yarn` or `npm` install. (yarn preferably).
3. Run `npm run dev` if you have **nodemon** or `npm start` to use **node**
4. check settings in app.js
5. Read [Xpresser Documentation](https://www.npmjs.com/package/xpresser)#### What next?
Please Star Project :)
Thank you so much.