1.4.8 • Published 3 years ago

start-dev-faster v1.4.8

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Highlights

  • Full Stack Boilerplate like a pro
  • All important scripts will be written for you to use quickly
  • Git will be initialized in every project and the boilerplate will be commited automatically
  • Express Server setup
  • Connect to Mongodb with mongoose setup
  • 404 & Error middlewares all setup
  • .env config and initial values is setup
  • React app Boilerplate exactly from npx create-react-app command.

Usage

Just Type in your terminal

$ npx start-dev-faster <project name>

Start Dev Faster Boilerplates Project Structure

Full Stack

Backend

Frontend

Available Scripts

In the project directory, you can run:

npm run dev (Fullstack & Backend)

  • Runs both backend server & frontend app with concurrently in the same terminal process(Full Stack) or the Server only if it's(backend).\

npm run client (Fullstack only)

  • Runs the Frontend react app in the development mode.\
  • Open http://localhost:3000 to view it in the browser.

npm run server (Fullstack only)

npm run db (Fullstack and Backend)

  • Runs Mongodb server to start connecting it with express server.\ Modify the 'MONGO_URI' environment variable in .env to the right path to mongod.exe and data folder path.
  • You must edit the npm run db script to the right path to your mongod.exe and mongodb-data folder

npm run start (Fullstack and Backend)

Runs the Backend express server in production mode

npm start (Frontend only)

  • Runs the Frontend react app in the development mode.\
  • Open http://localhost:3000 to view it in the browser.
1.4.8

3 years ago

1.4.7

3 years ago

1.4.6

3 years ago

1.4.5

3 years ago

1.4.4

3 years ago

1.4.3

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.9

3 years ago

1.3.8

3 years ago

1.3.7

3 years ago

1.3.6

3 years ago

1.3.5

3 years ago

1.3.4

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.9

3 years ago

1.2.8

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago