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

https://github.com/null-none/next-express-bootstrap

This project is a straightforward boilerplate based on bootstrap v4
https://github.com/null-none/next-express-bootstrap

Last synced: 2 months ago
JSON representation

This project is a straightforward boilerplate based on bootstrap v4

Awesome Lists containing this project

README

          

# Boilerplate Express/Next.js/React/Bootstrap

> This project is a straightforward boilerplate based on [bootstrap v4, pricing example](http://getbootstrap.com/docs/4.1/examples/pricing/), [Next.js](https://nextjs.org/), [Express](https://expressjs.com/) and [Next.js + CSS](https://github.com/zeit/next-plugins/tree/master/packages/next-css)

- ES6 support
- CSS style using @zeit/next-css
- Express router module

## Requirements

- [Node LTS](https://nodejs.org/en/blog/release/v8.11.4/)
- [NPM](https://docs.npmjs.com/cli/npm)

## Getting Started

### Clone the repository and make it yours

```bash
git clone --depth 1 https://github.com/Lazhari/next-express-bootstrap

cd next-express-bootstrap
rm -rf .git
```

### Install dependencies

`npm install`

## Start project

`npm run dev`