Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Node.js Express React 4 Single Page App Starter Template with Bootstrap

NotificationsYou must be signed in to change notification settings

primaryobjects/Node.js-React-Starter-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A quick and easy Node.js +Express +React template project, using TwitterBootstrap 5.0 and React Router for creating a simple single page application.

Also available forPug.

Node.js React, React Router, Twitter Bootstrap template screenshot.

Usage

  • Clone repository.
  • Open a command prompt, navigate to the folder, and enter:npm install
  • Navigate to the folderclient and enter:npm install
  • Next, run a build of the React client by entering:npm run build
  • Launch the node server by navigating to the root folder and entering:npm start
  • Browse tohttp://localhost:3000

Development Usage

  • Navigate to the folderclient and enter:npm start

    This will run the React client app.

    You can make changes to the pages in/client/src/components and see them update live.

Legacy OpenSSL Provider

If you receive an error:export NODE_OPTIONS=--openssl-legacy-provider use the followingsteps:

  • Linux
export NODE_OPTIONS=--openssl-legacy-provider
  • Windows
set NODE_OPTIONS=--openssl-legacy-provider
  • PowerShell
$env:NODE_OPTIONS = "--openssl-legacy-provider"

Contents:

  • client/src/index.js
  • client/src/App.js
  • client/src/components/Header/index.js
  • client/src/components/Footer/index.js
  • client/src/components/Home/index.js
  • client/src/components/About/index.js
  • client/src/components/Contact/index.js
  • client/src/components/NotFound/index.js

Editing Pages:

Editclient/src/components/Home/index.js to add your content to the Home page. The default contents include:

classHomeextendsComponent{render(){return(<><h1>Home</h1><p>Home</p></>)}}

Author

Kory Beckerhttp://www.primaryobjects.com/kory-becker

About

Node.js Express React 4 Single Page App Starter Template with Bootstrap

Topics

Resources

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp