Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```