/statusphant

Status Phant

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Next.js Express Full Stack Boilerplate

Start your next full stack project just by cloning the repo

Stack

React, Next.js, TypeScript, Express, - that's all you need

Features

You all know the features of React/TypeScript/Next.js/Express better than me 😉

Get Started

  1. Clone this repo using git clone --depth=1 https://github.com/the-boilerplates/nextjs-express-full-stack

  2. Run npm install to install all the required dependencies.

  3. Run npm run dev for development environment, npm run build to build the app and npm start to start the built app.

Folder Structure

Folder Content
api contains the api Router
pages next.js pages directory
server the express server for api and next

npm scripts

script usage
build build the express and node app
dev runs the express app in development environment
postinstall install respective types for dependencies install
start start the built app