Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vuquangpham/boile
Boilerplate to build a server with ExpressJS and GSAP
https://github.com/vuquangpham/boile
boil-collections boilerplate node-js server
Last synced: about 1 month ago
JSON representation
Boilerplate to build a server with ExpressJS and GSAP
- Host: GitHub
- URL: https://github.com/vuquangpham/boile
- Owner: vuquangpham
- License: mit
- Created: 2022-10-31T08:13:19.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T17:39:08.000Z (9 months ago)
- Last Synced: 2024-10-15T08:49:01.828Z (3 months ago)
- Topics: boil-collections, boilerplate, node-js, server
- Language: JavaScript
- Homepage:
- Size: 1.44 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to the Boile Boilerplate
> Create fullstack application with Node.js for the Backend and Vanilla Javascript, CSS for the Frontend
## What we do?
To create a fullstack application with the built-in files structuring
## Examples
## Deployment
Run `./public` in dev mode
```shell
npm start
```Build files from `./app` to `./public` for production and run in production mode
```shell
npm run build
```