Skip to content

🚀 A basis for reducing the configuration of your projects with nextJS, best development practices and popular libraries in the developer community.

License

Notifications You must be signed in to change notification settings

akshayr-mecha/react-next-boilerplate

 
 

Repository files navigation

Development

This turborepo uses yarn as a package manager and turbo to manage the build and dev. To get started with frontend-stack development, first get things up and running, get below prerequisites setup

  • Node (16.x+)
  • Yarn Pkg (3.2.1+)
  • Turbo (1.2.16+)
  1. Install node using nvm, and set it to a version 16.x or above.
  2. Install yarn globally using npm install -g yarn

Important: All below commands should be run in the root directory itself, as we are using a monorepo.

Installing dependencies

To install all dependencies, run below command

yarn install
  1. To add or update a common dev dependency, edit the root package.json, and run yarn install in the root directory.
  2. To add a new dependency specific to a package or app, edit the respective package.json add the package and version and then run yarn install in the root directory.

app

To start dev server, and go to http://localhost:3000

yarn dev

To build cloud app & start, and go to http://localhost:3000

yarn build
yarn start

About

🚀 A basis for reducing the configuration of your projects with nextJS, best development practices and popular libraries in the developer community.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%