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
- Host: GitHub
- URL: https://github.com/null-none/next-express-bootstrap
- Owner: null-none
- Created: 2021-02-03T20:29:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-03T20:31:15.000Z (over 5 years ago)
- Last Synced: 2025-03-21T13:55:39.742Z (about 1 year ago)
- Language: JavaScript
- Size: 2.59 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`