Skip to content

toanleviet95/next-sample-with-express

Repository files navigation

Next.js sample code with Express.js

Build Status

This is my Next.js starter kit in some projects

           

Tech Stack

  • Next.js - React Framework for server rendering (version 10)
  • Express.js - Bundle and routing server
  • Redux Saga - State management library
  • Babel - Compiling JS
  • ESlint - The pluggable linting utility for JS and JSX
  • Stylelint - Linter that helps you avoid errors and enforce conventions in your styles
  • TravisCI - Test and deploy

How to run

  • Install
npm install // or yarn
  • Start
npm run dev // or yarn dev
  • Build
npm run build // or yarn build
# Then run
npm start // or yarn start

About

Next.js sample code with Express.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published